Skip to content
vgarmash edited this page Jul 29, 2015 · 27 revisions

Jackson Module: JSON Schema (generator)

License

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

Documentation

Javadocs for 2.x:

Download

Stable versions

Maven build

Doc is wrong for maven artefact location. It is under module now, not databind.

    <dependency>
    	<groupId>com.fasterxml.jackson.module</groupId>
    	<artifactId>jackson-module-jsonSchema</artifactId>
    	<version>2.6.0</version>
    </dependency>

Snapshots

Snapshots can be found from 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>
Clone this wiki locally