-
-
Notifications
You must be signed in to change notification settings - Fork 344
Home
Tatu Saloranta edited this page May 4, 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.
Javadocs:
Older Javadocs:
- See 1.x Javadocs page.
Notes on compatibility:
- '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)
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).