-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
drekbour edited this page Jan 26, 2023
·
51 revisions
Project is licensed under Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.
- Databind-specific annotations (beyond core annotations)
- On/off features:
- v2.x Javadoc for jackson-databind
- v1.x Javadoc for jackson-mapper-asl (previous name for this component)
- Cowtowncoder Blog on Medium has many Jackson- and Java-related entries
- old CowTalk Blog (<= 2013) 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.14.0 (November 2022) (open branch)
- 2.13.4 (September 2022) (open branch)
- 2.12.7 (May 2022) (closed 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>