Jackson Download Page

Artifact Types

Jackson versions 1.1 and above come in 4 separate jars:

Note that for streaming parsing/writing of JSON, core package can be used without the other jars.

Versioning Strategy

Jackson versioning follows guidelines similars to ones Eclipse project uses, so that:

Dependency handling

Jackson comes with Maven "pom"-files (and is available via Codehaus Maven2 repo, which gets synced with main Maven2 repository).

The only dependencies are:

All jars are also first-class OSGi bundles with the usual import and export declarations.

Licensing

Jackson is dual-licensed under two alternative popular Open Source licenses: Apache (AL 2.0) and Gnu Lesser GPL (LGPL 2.1). You choose one or the other, as necessary (if you want to redistribute the code -- for use, you do not need license), and abide by the license rules as defined by the respective license agreement (and only that one).

All code contributions must be licensable under these two licenses.

Source

Is available from Codehaus Jackson SVN repository.

Repositories

Downloads

Latest stable version

Current stable branch is 1.4, and the latest version 1.4.3:

Latest stable versions of earlier branches

1.3 branch: 1.3.5

1.2 branch: 1.2.1

1.1 branch: 1.1.2

Earlier versions

Older versions can be found from Codehaus Maven2 repository.

The Old Jackson Download page also has links to some earlier releases.


CategoryJackson

JacksonDownload (last edited 2010-02-19 07:23:12 by TatuSaloranta)

Copyright ©2009 FasterXML, LLC