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 |
| aspectj |
aspectjrt |
1.5.3 |
jar |
| aspectj |
aspectjweaver |
1.5.3 |
jar |
| commons-logging |
commons-logging |
1.0.4 |
jar |
| javax.transaction |
jta |
1.1 |
jar |
| org.hibernate |
hibernate |
3.2.5.ga |
jar |
| org.springframework |
spring-aop |
2.5 |
jar |
| org.springframework |
spring-context |
2.5 |
jar |
| org.springframework |
spring-jdbc |
2.5 |
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 |
4.4 |
jar |
| org.easymock |
easymock |
2.5.1 |
jar |
| org.easymock |
easymockclassextension |
2.4 |
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 |
| antlr |
antlr |
2.7.6 |
jar |
| aopalliance |
aopalliance |
1.0 |
jar |
| asm |
asm |
1.5.3 |
jar |
| asm |
asm-attrs |
1.5.3 |
jar |
| cglib |
cglib |
2.1_3 |
jar |
| commons-collections |
commons-collections |
2.1.1 |
jar |
| dom4j |
dom4j |
1.6.1 |
jar |
| net.sf.ehcache |
ehcache |
1.2.3 |
jar |
| org.springframework |
spring-beans |
2.5 |
jar |
| org.springframework |
spring-core |
2.5 |
jar |
| org.springframework |
spring-tx |
2.5 |
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 |
| cglib |
cglib-nodep |
2.1_3 |
jar |
Project Dependency Graph
Dependency Tree
- org.mod4j:mod4j-runtime-common:jar:2.0.0-SNAPSHOT

- aspectj:aspectjrt:jar:1.5.3 (compile)

- aspectj:aspectjweaver:jar:1.5.3 (compile)

- commons-logging:commons-logging:jar:1.0.4 (compile)

- junit:junit:jar:4.4 (test)

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

| EasyMock |
Description: EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism
URL: http://www.easymock.org
Project License: Apache 2
|
- org.easymock:easymockclassextension:jar:2.4 (test)

- cglib:cglib-nodep:jar:2.1_3 (test)

| cglib |
Description: There is currently no description associated with this project.
URL: http://cglib.sourceforge.net/
Project License: No project license is defined for this project.
|
- org.springframework:spring-context:jar:2.5 (compile)

- aopalliance:aopalliance:jar:1.0 (compile)

- org.springframework:spring-beans:jar:2.5 (compile)

- org.springframework:spring-core:jar:2.5 (compile)

- org.springframework:spring-core:jar:2.5 (compile)

- org.springframework:spring-aop:jar:2.5 (compile)

- aopalliance:aopalliance:jar:1.0 (compile)

- org.springframework:spring-beans:jar:2.5 (compile)

- org.springframework:spring-core:jar:2.5 (compile)

- org.springframework:spring-jdbc:jar:2.5 (compile)

- org.springframework:spring-beans:jar:2.5 (compile)

- org.springframework:spring-context:jar:2.5 (compile)

- org.springframework:spring-core:jar:2.5 (compile)

- org.springframework:spring-tx:jar:2.5 (compile)

- org.springframework:spring-beans:jar:2.5 (compile)

- org.springframework:spring-context:jar:2.5 (compile)

- org.springframework:spring-core:jar:2.5 (compile)

- org.hibernate:hibernate:jar:3.2.5.ga (compile)

- net.sf.ehcache:ehcache:jar:1.2.3 (compile)

| ehcache |
Description: ehcache is a pure Java, in-process cache with the following features:
1. Fast.
2. Simple.
3. Multiple eviction policies: LRU, LFU and FIFO.
4. Caches can be in memory or on disk.
5. Disk Stores can be persistent between VM restarts.
6. Distributed caching using multicast and RMI, with a pluggable API.
7. Cache and CacheManager listeners
8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application.
9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1.
10. Small foot print. Both in terms of size and memory requirements.
11. Minimal dependencies apart from J2SE.
12. Fully documented. See the online Documentation and the online JavaDoc.
13. Comprehensive Test Coverage. See the clover test report.
14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects.
15. Production tested. EHCache is used on a large and very busy eCommerce site.
16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.
URL: http://ehcache.sf.net
Project License: The Apache Software License, Version 2.0
|
- commons-logging:commons-logging:jar:1.0.4 (compile)

- commons-logging:commons-logging:jar:1.0.4 (compile)

- asm:asm-attrs:jar:1.5.3 (compile)

| asm-attrs |
Description: There is currently no description associated with this project.
URL: http://asm.objectweb.org/
Project License: No project license is defined for this project.
|
- dom4j:dom4j:jar:1.6.1 (compile)

| dom4j |
Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No project license is defined for this project.
|
- antlr:antlr:jar:2.7.6 (compile)

| AntLR |
Description: There is currently no description associated with this project.
URL: http://www.antlr.org/
Project License: No project license is defined for this project.
|
- cglib:cglib:jar:2.1_3 (compile)

| cglib |
Description: There is currently no description associated with this project.
URL: http://cglib.sourceforge.net/
Project License: No project license is defined for this project.
|
- asm:asm:jar:1.5.3 (compile)

| asm |
Description: There is currently no description associated with this project.
URL: http://asm.objectweb.org/
Project License: No project license is defined for this project.
|
- asm:asm:jar:1.5.3 (compile)

| asm |
Description: There is currently no description associated with this project.
URL: http://asm.objectweb.org/
Project License: No project license is defined for this project.
|
- commons-collections:commons-collections:jar:2.1.1 (compile)

| Unnamed - commons-collections:commons-collections:jar:2.1.1 |
Description: There is currently no description associated with this project.
Project License: No project license is defined for this project.
|
- javax.transaction:jta:jar:1.1 (compile)

| Unnamed - javax.transaction:jta:jar:1.1 |
Description: Java Transaction API (JTA)
URL: http://java.sun.com/products/jta/
Project License: No project license is defined for this project.
|
Licenses
Eclipse Public License v1.0: mod4j-runtime-common
Unknown: AntLR, Unnamed - commons-collections:commons-collections:jar:2.1.1, Unnamed - javax.transaction:jta:jar:1.1, asm, asm-attrs, cglib, dom4j
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate
The Apache Software License, Version 2.0: Logging, Spring Framework: AOP, Spring Framework: Beans, Spring Framework: Context, Spring Framework: Core, Spring Framework: JDBC, Spring Framework: Transaction, ehcache
Eclipse Public License - v 1.0: AspectJ runtime, AspectJ weaver
Public Domain: AOP alliance
Common Public License Version 1.0: JUnit
MIT License: EasyMock class extension
Apache 2: EasyMock
Dependency File Details
| Filename |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| antlr-2.7.6.jar |
433.04 kB |
226 |
224 |
12 |
1.2 |
debug |
| aopalliance-1.0.jar |
4.36 kB |
15 |
9 |
2 |
1.3 |
debug |
| asm-1.5.3.jar |
25.74 kB |
19 |
14 |
1 |
1.2 |
release |
| asm-attrs-1.5.3.jar |
16.36 kB |
22 |
16 |
1 |
1.2 |
release |
| aspectjrt-1.5.3.jar |
112.29 kB |
144 |
127 |
10 |
1.5 |
debug |
| aspectjweaver-1.5.3.jar |
1.80 MB |
1,151 |
1,091 |
36 |
1.5 |
debug |
| cglib-2.1_3.jar |
275.72 kB |
243 |
228 |
8 |
1.2 |
debug |
| cglib-nodep-2.1_3.jar |
316.64 kB |
262 |
258 |
10 |
1.1 |
debug |
| commons-collections-2.1.1.jar |
171.31 kB |
197 |
187 |
3 |
1.1 |
release |
| commons-logging-1.0.4.jar |
37.12 kB |
29 |
18 |
2 |
1.2 |
debug |
| dom4j-1.6.1.jar |
306.54 kB |
208 |
190 |
14 |
1.3 |
debug |
| jta-1.1.jar |
12.93 kB |
25 |
18 |
2 |
1.3 |
debug |
| junit-4.4.jar |
157.69 kB |
188 |
154 |
20 |
1.5 |
debug |
| ehcache-1.2.3.jar |
203.17 kB |
137 |
117 |
13 |
1.3 |
debug |
| easymock-2.5.1.jar |
91.09 kB |
86 |
77 |
3 |
1.5 |
debug |
| easymockclassextension-2.4.jar |
62.20 kB |
70 |
47 |
10 |
1.5 |
debug |
| hibernate-3.2.5.ga.jar |
2.15 MB |
1,428 |
1,344 |
78 |
1.4 |
debug |
| spring-aop-2.5.jar |
315.37 kB |
271 |
247 |
15 |
1.5 |
debug |
| spring-beans-2.5.jar |
450.53 kB |
316 |
287 |
14 |
1.5 |
debug |
| spring-context-2.5.jar |
431.85 kB |
385 |
324 |
47 |
1.5 |
debug |
| spring-core-2.5.jar |
264.62 kB |
224 |
200 |
19 |
1.5 |
debug |
| spring-jdbc-2.5.jar |
299.60 kB |
238 |
218 |
14 |
1.5 |
debug |
| spring-tx-2.5.jar |
215.56 kB |
206 |
177 |
18 |
1.5 |
debug |
| Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
| 23 |
8.06 MB |
6,090 |
5,572 |
352 |
1.5 |
20 |
| compile: 19 |
compile: 7.44 MB |
compile: 5,484 |
compile: 5,036 |
compile: 309 |
- |
compile: 16 |
| test: 4 |
test: 627.62 kB |
test: 606 |
test: 536 |
test: 43 |
- |
test: 4 |