Maven integration
To include Jettison in your Maven-based project, include the following snippet in your pom.xml file
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.0.1</version>
</dependency>
Snapshots
You can also help us test latest snapshots


