-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Tatu Saloranta edited this page Nov 5, 2022
·
28 revisions
Project is licensed under Apache License, Version 2.0
- 2.14
- 2.13
- 2.12
- 2.11
- 2.10
- 2.9
- 2.8
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-annotation-support
(Support for some of Jackson 2 annotations) (added in 2.11) -
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.14
- Latest patch version: 2.14.0, released 05-Nov-2022
- jr-annotation-support
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
- 2.13
- Latest patch version: 2.13.4, released September 2022
- jr-annotation-support
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
- 2.12
- Latest patch version: 2.12.5, released 27-Aug-2021
- jr-annotation-support
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
- 2.11
- Latest patch version: 2.11.3, released 02-Oct-2020
- jr-annotation-support (NEW!)
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
- 2.10
- Latest patch version: 2.10.3, released 03-Mar-2020
- jr-objects
- jr-retrofit2
- jr-stree
- jr-all
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>