-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Tatu Saloranta edited this page Sep 30, 2021
·
51 revisions
Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.
- Databind-specific annotations (beyond core annotations)
- On/off features:
(note: Jackson 1.x did NOT separate javadocs by component, so this includes ALL parts, streaming parser, mapper/databind, extensions)
- CowTalk Blog has many Jackson-related entries
The most convenient method for using Jackson is to use Maven repositories and build/deploy system that can access versions there. But here are quick links to publish directories for cases where manual jar installation is necessary.
Note: designation in parenthesis indicates whether new patch releases may be issued for branch -- typically we try to keep 2 open branches.
- 2.13.0 (30-Sep-2021) (open branch)
- 2.12.5 (August 2021) (open branch)
- 2.11.4 (December 2020) (closed branch)
- 2.10.5 (July 2020) (closed branch)
- 2.9.10 (September 2019) (closed branch)
- 2.8.9 (June 2017) (closed branch)
- 2.7.9 (February 2017) (closed branch)
- 2.6.7 (June 2016) (closed branch)
- for older releases, check out http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind directly
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>