Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId |
ArtifactId |
Version |
Type |
| com.google.collections |
google-collections |
1.0-rc1 |
jar |
| commons-httpclient |
commons-httpclient |
3.1 |
jar |
| joda-time |
joda-time |
1.6 |
jar |
| org.json |
json |
20090211 |
jar |
| org.springframework |
spring |
2.5.6.SEC01 |
jar |
| org.springframework |
spring-beans |
2.5.6.SEC01 |
jar |
| org.springframework |
spring-context |
2.5.6.SEC01 |
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:
| GroupId |
ArtifactId |
Version |
Type |
| commons-io |
commons-io |
20030203.000550 |
jar |
| junit |
junit |
4.7 |
jar |
| org.jmock |
jmock |
2.5.1 |
jar |
| org.jmock |
jmock-junit4 |
2.5.1 |
jar |
| org.springframework |
spring-test |
2.5.6.SEC01 |
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:
| GroupId |
ArtifactId |
Version |
Type |
| javax.servlet |
jsp-api |
2.0 |
jar |
| javax.servlet |
servlet-api |
2.4 |
jar |
| org.slf4j |
slf4j-api |
1.5.6 |
jar |
| org.slf4j |
slf4j-jdk14 |
1.5.6 |
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:
| GroupId |
ArtifactId |
Version |
Type |
| aopalliance |
aopalliance |
1.0 |
jar |
| commons-codec |
commons-codec |
1.2 |
jar |
| commons-logging |
commons-logging |
1.0.4 |
jar |
| org.springframework |
spring-core |
2.5.6.SEC01 |
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:
| GroupId |
ArtifactId |
Version |
Type |
| junit |
junit-dep |
4.4 |
jar |
| org.hamcrest |
hamcrest-core |
1.1 |
jar |
| org.hamcrest |
hamcrest-library |
1.1 |
jar |
Project Dependency Graph
Dependency Tree
- org.yestech:yesrpx:jar:1.0.0-SNAPSHOT

- commons-httpclient:commons-httpclient:jar:3.1 (compile)

| HttpClient |
Description: 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.
URL: http://jakarta.apache.org/httpcomponents/httpclient-3.x/
Project License: Apache License
|
- commons-logging:commons-logging:jar:1.0.4 (compile)

- commons-codec:commons-codec:jar:1.2 (compile)

| Codec |
Description: 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.
Project License: No project license is defined for this project.
|
- org.json:json:jar:20090211 (compile)

| JSON (JavaScript Object Notation) |
Description: JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It is easy for humans to read and write. It is easy for machines to parse and generate.
It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition
- December 1999. JSON is a text format that is completely language independent but uses
conventions that are familiar to programmers of the C-family of languages, including C, C++, C#,
Java, JavaScript, Perl, Python, and many others.
These properties make JSON an ideal data-interchange language.
URL: http://www.json.org/java/index.html
Project License: provided without support or warranty
|
- joda-time:joda-time:jar:1.6 (compile)

- commons-io:commons-io:jar:20030203.000550 (test)

| Unnamed - commons-io:commons-io:jar:20030203.000550 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- junit:junit:jar:4.7 (test)

- javax.servlet:servlet-api:jar:2.4 (provided)

| Unnamed - javax.servlet:servlet-api:jar:2.4 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- javax.servlet:jsp-api:jar:2.0 (provided)

| Unnamed - javax.servlet:jsp-api:jar:2.0 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- javax.servlet:servlet-api:jar:2.4 (provided)

| Unnamed - javax.servlet:servlet-api:jar:2.4 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- com.google.collections:google-collections:jar:1.0-rc1 (compile)

- org.jmock:jmock:jar:2.5.1 (test)

| jMock 2 Core |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.hamcrest:hamcrest-core:jar:1.1 (test)

| Hamcrest Core |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.hamcrest:hamcrest-library:jar:1.1 (test)

| Hamcrest Library |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.hamcrest:hamcrest-core:jar:1.1 (test)

| Hamcrest Core |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.jmock:jmock-junit4:jar:2.5.1 (test)

| jMock JUnit 4 Extension |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- org.jmock:jmock:jar:2.5.1 (test)

| jMock 2 Core |
Description: There is currently no description associated with this project.
Project License: BSD style
|
- junit:junit-dep:jar:4.4 (test)

| JUnit |
Description: 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.
The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
URL: http://junit.org
Project License: Common Public License Version 1.0
|
- org.springframework:spring:jar:2.5.6.SEC01 (compile)

- org.springframework:spring-beans:jar:2.5.6.SEC01 (compile)

- org.springframework:spring-core:jar:2.5.6.SEC01 (compile)

- org.springframework:spring-context:jar:2.5.6.SEC01 (compile)

- aopalliance:aopalliance:jar:1.0 (compile)

- org.springframework:spring-beans:jar:2.5.6.SEC01 (compile)

- org.springframework:spring-core:jar:2.5.6.SEC01 (compile)

- org.springframework:spring-test:jar:2.5.6.SEC01 (test)

- org.slf4j:slf4j-api:jar:1.5.6 (provided)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- org.slf4j:slf4j-jdk14:jar:1.5.6 (provided)

| SLF4J JDK14 Binding |
Description: The slf4j JDK14 binding
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
- org.slf4j:slf4j-api:jar:1.5.6 (provided)

| SLF4J API Module |
Description: The slf4j API
URL: http://www.slf4j.org
Project License: No project license is defined for this project.
|
Licenses
BSD style: Hamcrest Core, Hamcrest Library, jMock 2 Core, jMock JUnit 4 Extension
Public Domain: AOP alliance
Apache 2: Joda time
Unknown: Codec, SLF4J API Module, SLF4J JDK14 Binding, Unnamed - commons-io:commons-io:jar:20030203.000550, Unnamed - javax.servlet:jsp-api:jar:2.0, Unnamed - javax.servlet:servlet-api:jar:2.4
Apache License: HttpClient
provided without support or warranty: JSON (JavaScript Object Notation)
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Google Collections Library, Logging, Spring Framework, Spring Framework: Beans, Spring Framework: Context, Spring Framework: Core, Spring Framework: Test
LGPLv3: YES RPX
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| aopalliance-1.0.jar |
4.36 kB |
15 |
9 |
2 |
1.3 |
debug |
| google-collections-1.0-rc1.jar |
543.48 kB |
463 |
448 |
4 |
1.5 |
debug |
| commons-codec-1.2.jar |
29.38 kB |
30 |
19 |
5 |
1.1 |
debug |
| commons-httpclient-3.1.jar |
297.85 kB |
183 |
167 |
8 |
1.2 |
debug |
| commons-io-20030203.000550.jar |
59.70 kB |
49 |
37 |
6 |
1.1 |
debug |
| commons-logging-1.0.4.jar |
37.12 kB |
29 |
18 |
2 |
1.2 |
debug |
| jsp-api-2.0.jar |
49.31 kB |
56 |
42 |
3 |
1.2 |
debug |
| servlet-api-2.4.jar |
95.40 kB |
67 |
42 |
2 |
1.2 |
debug |
| joda-time-1.6.jar |
522.29 kB |
675 |
222 |
7 |
1.3 |
debug |
| junit-4.7.jar |
226.91 kB |
261 |
225 |
29 |
1.5 |
debug |
| junit-dep-4.4.jar |
139.07 kB |
162 |
133 |
17 |
1.5 |
debug |
| hamcrest-core-1.1.jar |
74.85 kB |
54 |
21 |
3 |
1.5 |
debug |
| hamcrest-library-1.1.jar |
108.89 kB |
66 |
24 |
7 |
1.5 |
debug |
| jmock-2.5.1.jar |
134.96 kB |
91 |
74 |
9 |
1.5 |
debug |
| jmock-junit4-2.5.1.jar |
8.37 kB |
14 |
3 |
1 |
1.5 |
debug |
| json-20090211.jar |
44.87 kB |
21 |
19 |
1 |
1.6 |
debug |
| slf4j-api-1.5.6.jar |
21.81 kB |
32 |
21 |
3 |
1.3 |
debug |
| slf4j-jdk14-1.5.6.jar |
8.61 kB |
15 |
5 |
1 |
1.4 |
debug |
| spring-2.5.6.SEC01.jar |
2.81 MB |
2,187 |
2,159 |
183 |
1.5 |
debug |
| spring-beans-2.5.6.SEC01.jar |
476.63 kB |
327 |
297 |
15 |
1.5 |
debug |
| spring-context-2.5.6.SEC01.jar |
465.72 kB |
407 |
344 |
48 |
1.5 |
debug |
| spring-core-2.5.6.SEC01.jar |
278.91 kB |
214 |
212 |
19 |
1.5 |
debug |
| spring-test-2.5.6.SEC01.jar |
176.71 kB |
131 |
110 |
15 |
1.5 |
debug |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| 23 |
6.53 MB |
5,549 |
4,651 |
390 |
1.6 |
23 |
| compile: 11 |
compile: 5.45 MB |
compile: 4,551 |
compile: 3,914 |
compile: 294 |
- |
compile: 11 |
| test: 8 |
test: 929.45 kB |
test: 828 |
test: 627 |
test: 87 |
- |
test: 8 |
| provided: 4 |
provided: 175.14 kB |
provided: 170 |
provided: 110 |
provided: 9 |
- |
provided: 4 |