The following is a list of dependencies for this project. These dependencies are required to compile and run the application:GroupId | ArtifactId | Version | Description | URL |
---|
commons-logging | commons-logging | 1.0.3 | Commons Logging | http://jakarta.apache.org/commons/logging/ |
net.sf.restscape | restscape-commons | 0.1 | - | http://restscape.sf.net/restscape-commons |
junit | junit | 3.8.1 | - | - |
javax.servlet | servlet-api | 2.3 | - | - |
commons-fileupload | commons-fileupload | 1.0 | The 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-codec | commons-codec | 1.2 | 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. | - |
commons-httpclient | commons-httpclient | 3.0-rc3 | 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/ |