Skip to content

Downloads

PJ Fanning edited this page Mar 18, 2026 · 22 revisions

Jackson Core Databind: download

Official releases

All 2.x releases are accessible via Maven Central repository.

Snapshots

Snapshots can be found from Sonatype Central Maven Snapshot repository:

<snapshotRepository>
  <id>central-portal-snapshots</id>
  <name>Central Portal Snapshots</name>
  <url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>

Older snapshots can be found at:

<snapshotRepository>
  <id>sonatype-nexus-snapshots</id>
  <name>Sonatype Nexus Snapshots</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

Clone this wiki locally