-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Tatu Saloranta edited this page Jan 11, 2016
·
28 revisions
Project is licensed under Apache License, Version 2.0
- 2.7
- [jr-objects](http://FasterXML.github.com/jackson-jr/javadoc/jr-objects-2.7/]]
- [jr-retrofit2](http://FasterXML.github.com/jackson-jr/javadoc/jr-retrofit2-2.7/]]
- [jr-stree](http://FasterXML.github.com/jackson-jr/javadoc/jr-stree-2.7/]]
- [jr-all](http://FasterXML.github.com/jackson-jr/javadoc/jr-all-2.7/]]
- 2.6
- 2.5
- 2.4
- 2.3
- [Configurable features](JSON Features)
- [Custom handlers](Custom Handlers)
Most commonly artifacts are accessed using Maven, via Maven 2 repositories.
- Group id: com.fasterxml.jackson.jr
- Artifact ids:
-
jackson-jr-objects
(Basic databinding) -
jackson-jr-retrofit2
(Retrofit 2 Adapters) -
jackson-jr-stree
(Simple, read-only Tree Model) -
jackson-jr-all
(Uber-jar that contains all individual jars as well as repackagedjackson-core
dependency)
-
New releases are done using Sonatype Maven repository, from which they are automatically copied (with an hour of delay) to the Central Maven repository.
Here are quick links to the central Maven repository for manual downloading:
- 2.7
- Latest patch version: 2.7.0, released 10-Jan-2016
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
- 2.5.3; Artifact details
Snapshots are available from Sonatype Snapshot repository:
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>