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.refapp | atlassian-refapp | 1.0.beta5 | - | war | |
commons-lang | commons-lang | 2.4 | - | jar |
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 |
---|---|---|---|---|---|
com.sun.jersey | jersey-client | 1.0.2 | - | jar | |
junit | junit | 4.5 | - | jar |
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.atlassian.plugins.rest | atlassian-rest-module | 0.5 | - | jar | |
com.atlassian.plugins.rest | atlassian-rest-refimpl-plugin | 0.5 | - | jar | |
com.google.collect | com.springsource.com.google.common.collect | 0.8.0.20080820 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|---|
com.sun.jersey | jersey-core | 1.0.2 | - | jar |
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 |
---|---|---|---|---|---|
asm | asm | 3.1 | - | jar | |
com.atlassian.plugins | atlassian-plugins-core | 2.2.0.beta11 | - | jar | |
com.atlassian.plugins | atlassian-plugins-servlet | 2.2.0.beta11 | - | jar | |
com.atlassian.plugins.rest | atlassian-rest-common | 0.5 | - | jar | |
com.atlassian.plugins.rest | com.atlassian.jersey-library | 0.5 | - | pom | |
com.sun.jersey | jersey-json | 1.0.2 | - | jar | |
com.sun.jersey | jersey-server | 1.0.2 | - | jar | |
com.sun.xml.bind | jaxb-impl | 2.1.10 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
dom4j | dom4j | 1.4 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.ws.rs | jsr311-api | 1.0 | - | jar | |
javax.xml.bind | jaxb-api | 2.1 | - | jar | |
javax.xml.stream | stax-api | 1.0-2 | - | 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 |
Atlassian REST - Reference Implementation Webapp
Base POM for Atlassian projects
http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-refimpl-webapp
A plugin that contains REST module types
http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-module
Base POM for Atlassian projects
http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-common
Base POM for Atlassian projects
http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/com.atlassian.jersey-library
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
Atlassian REST - Reference Implementation Plugin
A plugin that allow testing of the REST module types
http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-refimpl-plugin
Atlassian Plugins - Web Servlet
Base POM for Atlassian projects
http://docs.atlassian.com/atlassian-plugins-servlet/2.2.0.beta11/atlassian-plugins-servlet
A library to give systems the ability to have plugins, make them more pluggable and hence add pluggability (it's late - that makes sense in my head).
http://docs.atlassian.com/atlassian-plugins-core/2.2.0.beta11/atlassian-plugins-core
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Atlassian Reference Application
Base POM for Atlassian projects
http://www.atlassian.com/atlassian-private-pom/atlassian-refapp-parent/atlassian-refapp
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-client
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
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 is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.