Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Tatu Saloranta edited this page May 4, 2013 · 4 revisions

Jackson Module: Paranamer (creator argument name introspection)

Licensing

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.

Documentation

Javadocs for 2.x:

Download

Official versions can be found from the Central Maven repository. Links below point to locations within this repository.

Stable: 2.2

Previous stable releases

None

Snapshots

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>

Clone this wiki locally