-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Tatu Saloranta edited this page Nov 29, 2020
·
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.12.0 (29-Nov-2020) (open branch)
- 2.11.3 (02-Oct-2020) (open branch)
- 2.10.5 (21-Jul-2020) (open branch)
- 2.9.10 (September 2019) (open branch, until December 31, 2020)
- 2.8.9 (12-Jun-2017) (closed branch)
- 2.7.9 (04-Feb-2017) (closed branch)
- 2.6.7 (05-Jun-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>