Skip to content
Dmitry Trubin edited this page May 17, 2021 · 51 revisions

Jackson Core: Databind

Licensing

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.

Documentation

Reference manual

Javadocs

2.x

1.x

(note: Jackson 1.x did NOT separate javadocs by component, so this includes ALL parts, streaming parser, mapper/databind, extensions)

External

Download

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.

Stable versions

Note: designation in parenthesis indicates whether new patch releases may be issued for branch -- typically we try to keep 2 open branches.

Snapshots

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>