-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) like all official Jackson components.
FasterXML also explicitly allows users to alternatively license component under Lesser GPL (LGPL) 2.1 up to and including version 2.2. If so, they may want to repackage artifacts to reflect their choice of license to use
- Databind-specific annotations (beyond core annotations)
- On/off features:
Older 1.x Javadocs.
- FasterXML Jackson Wiki has documentation for all Jackson 1.x modules (much of which is still relevant for 2.x as well)
- 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.4.1 (17-Jun-2014) (open)
- 2.3.4 (17-Jul-2014) (open)
- 2.2.4 (10-Jun-2014) (closed)
- 2.1.5 (02-May-2013) (closed)
- 2.0.6 (05-Sep-2012) (closed)
For earlier (1.x) Jackson versions, go to the Old Download page
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>