Project Dependencies

The following is a list of dependencies for this project. These dependencies are required to compile and run the application:
GroupIdArtifactIdVersionDescriptionURL
commons-loggingcommons-logging1.0.3Commons Logginghttp://jakarta.apache.org/commons/logging/
net.sf.restscaperestscape-commons0.1-http://restscape.sf.net/restscape-commons
junitjunit3.8.1--
javax.servletservlet-api2.3--
commons-fileuploadcommons-fileupload1.0The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.http://jakarta.apache.org/commons/fileupload/
commons-codeccommons-codec1.2The 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.-
commons-httpclientcommons-httpclient3.0-rc3The 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/

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies:
GroupIdArtifactIdVersionDescriptionURL
javax.servletservlet-api2.3--