Project Dependencies

compile

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

GroupIdArtifactIdVersionClassifierTypeOptional
commons-elcommons-el1.0-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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-httpclientcommons-httpclient3.0.1-jar
org.mortbay.jettyjetty6.1.0-jar
tomcatjasper-compiler5.5.12-jar
tomcatjasper-compiler-jdt5.5.12-jar
tomcatjasper-runtime5.5.12-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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletjsp-api2.0-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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-loggingcommons-logging1.0.3-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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-codeccommons-codec1.2-jar
junitjunit4.1-jar
org.mortbay.jettyjetty-util6.1.0-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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletservlet-api2.4-jar

Project Dependency Graph

Dependency Listings

json-taglib

JSON-taglib is a JSP tag library used to render JSON (JavaScript Object Notation) data from within JSP code. It can be used as part of the server-side of an AJAX application, allowing you to use the full power of JSP to format your JSON data.

http://json-taglib.sourceforge.net

Unnamed - tomcat:jasper-compiler-jdt:jar:5.5.12

EL

JSP 2.0 Expression Language Interpreter Implementation

http://jakarta.apache.org/commons/el/

Logging

Commons Logging

http://jakarta.apache.org/commons/logging/

Jetty Server

http://jetty.mortbay.org

Jetty Utilities

http://jetty.mortbay.org

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

Unnamed - javax.servlet:jsp-api:jar:2.0

Unnamed - tomcat:jasper-compiler:jar:5.5.12

Unnamed - tomcat:jasper-runtime:jar:5.5.12

HttpClient

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.

http://jakarta.apache.org/commons/httpclient/

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

Codec

The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.