json-schema
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>json-schema</artifactId>
<version>1.17.6</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.hyperjump</groupId>
<artifactId>json-schema</artifactId>
<version>1.17.6</version>
<name>hyperjump json-schema</name>
<description>A JSON Schema validator with support for custom keywords, vocabularies, and dialects</description>
<url>https://github.com/hyperjump-io/json-schema#readme</url>
<organization>
<name>Jason Desrosiers</name>
<url>https://github.com/hyperjump-io/json-schema#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jason.desrosiers</name>
<email>jdesrosi@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/hyperjump-io/json-schema.git</connection>
<developerConnection>https://github.com/hyperjump-io/json-schema.git</developerConnection>
<url>https://github.com/hyperjump-io/json-schema</url>
</scm>
<issueManagement>
<url>https://github.com/hyperjump-io/json-schema/issues</url>
</issueManagement>
<properties>
<org.mvnpm-json-stringify-deterministic.version>[1.0.12,2)</org.mvnpm-json-stringify-deterministic.version>
<org.mvnpm.at.hyperjump-browser.version>[1.1.0,2)</org.mvnpm.at.hyperjump-browser.version>
<org.mvnpm-content-type.version>[1.0.4,2)</org.mvnpm-content-type.version>
<org.mvnpm-uuid.version>[14.0.0,15)</org.mvnpm-uuid.version>
<org.mvnpm.at.hyperjump-uri.version>[1.2.0,2)</org.mvnpm.at.hyperjump-uri.version>
<org.mvnpm.at.hyperjump-pact.version>[1.2.0,2)</org.mvnpm.at.hyperjump-pact.version>
<org.mvnpm.at.hyperjump-json-pointer.version>[1.1.0,2)</org.mvnpm.at.hyperjump-json-pointer.version>
<org.mvnpm.at.hyperjump-json-schema-formats.version>[1.0.0,2)</org.mvnpm.at.hyperjump-json-schema-formats.version>
<org.mvnpm-just-curry-it.version>[5.3.0,6)</org.mvnpm-just-curry-it.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>json-pointer</artifactId>
<version>${org.mvnpm.at.hyperjump-json-pointer.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>json-schema-formats</artifactId>
<version>${org.mvnpm.at.hyperjump-json-schema-formats.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>pact</artifactId>
<version>${org.mvnpm.at.hyperjump-pact.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>uri</artifactId>
<version>${org.mvnpm.at.hyperjump-uri.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>content-type</artifactId>
<version>${org.mvnpm-content-type.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>json-stringify-deterministic</artifactId>
<version>${org.mvnpm-json-stringify-deterministic.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>just-curry-it</artifactId>
<version>${org.mvnpm-just-curry-it.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uuid</artifactId>
<version>${org.mvnpm-uuid.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.hyperjump</groupId>
<artifactId>browser</artifactId>
<version>${org.mvnpm.at.hyperjump-browser.version}</version>
</dependency>
</dependencies>
</project>