Skip to content
Tatu Saloranta edited this page Jul 7, 2026 · 54 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

For full version status, see Jackson Releases wiki.

Snapshots

Snapshots can be found from Sonatype Maven Snapshot repository:

  <repository>
    <id>central-snapshots</id>
    <name>Sonatype Central Portal (snapshots)</name>
    <url>https://central.sonatype.com/repository/maven-snapshots</url>
    <releases><enabled>false</enabled></releases>
    <snapshots><enabled>true</enabled></snapshots>
  </repository>

Clone this wiki locally