Skip to content
Tatu Saloranta edited this page Jan 29, 2024 · 51 revisions

Jackson Core: Databind

Licensing

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

Documentation

Reference manual

Developer-oriented

Javadocs

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>