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.atlassian.plugins.rest com.atlassian.jersey-library 0.9 - pom
commons-lang commons-lang 2.4 - jar
javax.xml.bind jaxb-api 2.1 - 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
javax.servlet servlet-api 2.4 - 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
com.sun.jersey jersey-server 1.0.2 - jar
commons-fileupload commons-fileupload 1.2.1 - jar
javax.activation activation 1.1 - jar
javax.ws.rs jsr311-api 1.0 - jar
javax.xml.stream stax-api 1.0-2 - 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
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

Atlassian REST - Common

Base POM for Atlassian projects

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

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:jar:2.1.10

Jackson

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

http://jackson.codehaus.org

Commons FileUpload

The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.

http://commons.apache.org/fileupload/

Unnamed - javax.xml.bind:jaxb-api:jar:2.1

Unnamed - javax.xml.stream:stax-api:jar:1.0-2

JavaBeans Activation Framework (JAF)

JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).

http://java.sun.com/products/javabeans/jaf/index.jsp

Unnamed - javax.servlet:servlet-api:jar:2.4

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