object-schema
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.humanwhocodes</groupId> <artifactId>object-schema</artifactId> <version>2.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm.at.humanwhocodes</groupId> <artifactId>object-schema</artifactId> <version>2.0.3</version> <name>humanwhocodes object-schema</name> <description>An object schema merger/validator</description> <url>https://github.com/humanwhocodes/object-schema#readme</url> <organization> <name>Nicholas C. Zakas</name> <url>https://github.com/humanwhocodes/object-schema#readme</url> </organization> <licenses> <license> <name>BSD-3-Clause</name> </license> </licenses> <developers> <developer> <name>nzakas</name> <email>nicholas@nczconsulting.com</email> </developer> </developers> <scm> <connection>https://github.com/humanwhocodes/object-schema.git</connection> <developerConnection>https://github.com/humanwhocodes/object-schema.git</developerConnection> <url>https://github.com/humanwhocodes/object-schema</url> </scm> <issueManagement> <url>https://github.com/humanwhocodes/object-schema/issues</url> </issueManagement> </project>