Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Classifier Type Optional
com.sun.jersey jersey-server 1.0.2 - jar
commons-lang commons-lang 2.4 - jar

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Classifier Type Optional
com.sun.jersey jersey-json 1.0.2 - jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type Optional
junit junit 4.5 - jar

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Classifier Type Optional
com.google.collect com.springsource.com.google.common.collect 0.8.0.20080820 - jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Classifier Type Optional
asm asm 3.1 - jar
com.sun.jersey jersey-core 1.0.2 - jar
javax.ws.rs jsr311-api 1.0 - jar

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Classifier Type Optional
com.sun.xml.bind jaxb-impl 2.1.10 - jar
org.codehaus.jackson jackson-lgpl 0.9.4 - jar
org.codehaus.jettison jettison 1.0.1 - jar
stax stax-api 1.0.1 - jar

Project Dependency Graph

Dependency Listings

Jersey Library

Base POM for Atlassian projects

http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/com.atlassian.jersey-library

jersey-server

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-server

ASM Core

A very small and fast Java bytecode manipulation framework

http://asm.objectweb.org/asm

jersey-json

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-json

jersey-core

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-core

Jettison

A StAX implementation for JSON.

StAX API

StAX API is the standard java XML processing API defined by JSR-173

http://stax.codehaus.org/

Unnamed - com.sun.xml.bind:jaxb-impl:pom:2.1.10

Jackson

Jackson is a high-performance JSON processor (parser, generator)

http://jackson.codehaus.org

Commons Lang

Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

http://commons.apache.org/lang/

Unnamed - com.google.collect:com.springsource.com.google.common.collect:jar:0.8.0.20080820

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org