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 |
|---|---|---|---|---|---|
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-lang | commons-lang | 2.2 | - | jar | |
| junit | junit | 4.1 | - | jar | |
| slide | slide-webdavlib | 2.1 | - | 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 |
|---|---|---|---|---|---|
| it.could | webdav | 0.4 | - | jar | |
| org.mortbay.jetty | jetty | 4.2.12 | - | jar |
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.sun | tools | 1.4.2 | - | 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 compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-httpclient | commons-httpclient | 2.0.2 | - | jar | |
| commons-logging | commons-logging | 1.0.3 | - | jar | |
| de.zeigermann.xml | xml-im-exporter | 1.1 | - | jar | |
| jdom | jdom | 1.0 | - | 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 |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.3 | - | jar |
LaTeXTaglet is a taglet which adds equations to your JavaDocs.
http://www.jquantlib.org/maven2/sites/latextaglet
A Simple Approach to WebDAV (Servlet Implementation)
http://could.it/main/a-simple-approach-to-webdav.html
Unnamed - javax.servlet:servlet-api:jar:2.3
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://jakarta.apache.org/commons/lang/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
/data/JavaIDE/jdk1.6.0_03-amd64/jre/../lib/tools.jar
Unnamed - slide:slide-webdavlib:jar:2.1
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/
Commons Logging
http://jakarta.apache.org/commons/logging/
http://xml-im-exporter.sourceforge.net
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.