-
Notifications
You must be signed in to change notification settings - Fork 136
Home
vgarmash edited this page Jul 29, 2015
·
27 revisions
Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- 2.6.0 (19-Jul-2015)
- 2.5.0 (02-Jan-2015)
- 2.4.0 (02-Jun-2014)
- 2.3.4 (17-Jul-2014)
- 2.2.3 (24-Aug-2013)
- 2.1.5 (03-May-2013)
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 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>