There was an error while loading. Please reload this page.
Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
See the Maven Repo for a complete list of available versions.
Maven:
<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>2.13.0</version> </dependency>
Gradle:
compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.13.0'
Note: Snapshots are pushed to the Sonatype Maven Snapshot repository.
<snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>2.14.1-SNAPSHOT</version> </dependency>
repositories { maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } } compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-jsonSchema', version: '2.14.1-SNAPSHOT'