-
-
Notifications
You must be signed in to change notification settings - Fork 344
Home
Tatu Saloranta edited this page Sep 5, 2013
·
56 revisions
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. If so, they may want to repackage artifacts to reflect their choice of license to use.
Older versions:
- See 1.x Javadocs page.
- FasterXML Jackson Wiki has documentation for all Jackson 1.x modules (much of which is still relevant for 2.x as well)
- Jackson-docs is the Jackson 2.x documentation hub
- Jackson Github portal contains links to all official Jackson components
Note: only needed if using a build system that requires local jars; otherwise you can just use Maven repository.
Also note that typically minor versions of Jackson components need to match, although usually older version of annotations will work with newer core versions (assuming same major version).
- 2.2.3 (03-May-2013) -- note: only change from 2.2.0 is location of LICENSE file in jar
- 2.1.5 (02-May-2012)
- 2.0.6 (05-Sep-2012)
- '2.1' has minor additions over '2.0' (addition of
@JsonIdentityReference), but fully backwards compatible. - Versions
2.1and2.2are identical -- no differences (no new annotations or annotation properties)