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 |
Optional |
commons-logging |
commons-logging
|
1.1.1 |
jar |
No |
jcs |
jcs
|
1.3 |
jar |
Yes |
org.hibernate |
hibernate
|
3.2.6.ga |
jar |
Yes |
org.springframework |
spring
|
2.5.4 |
jar |
Yes |
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 |
hsqldb |
hsqldb
|
1.8.0.7 |
jar |
junit |
junit
|
4.4 |
jar |
org.dbunit |
dbunit
|
2.2 |
jar |
org.unitils |
unitils
|
1.1 |
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 |
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 |
commons-lang |
commons-lang |
2.1 |
jar |
concurrent |
concurrent |
1.0 |
jar |
dom4j |
dom4j
|
1.6.1 |
jar |
javax.transaction |
jta
|
1.0.1B |
jar |
net.sf.ehcache |
ehcache
|
1.2.3 |
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-dbcp |
commons-dbcp |
1.2.2 |
jar |
commons-pool |
commons-pool |
1.3 |
jar |
junit-addons |
junit-addons |
1.4 |
jar |
ognl |
ognl
|
2.6.9 |
jar |
poi |
poi |
2.5.1-final-20040804 |
jar |
xerces |
xercesImpl |
2.6.2 |
jar |
xerces |
xmlParserAPIs |
2.6.2 |
jar |
Project Dependency Graph
Dependency Tree
- org.duineframework:duine-recommender:jar:4.0.0-RC1

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

- org.springframework:spring:jar:2.5.4 (compile)

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

- org.hibernate:hibernate:jar:3.2.6.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
|
- javax.transaction:jta:jar:1.0.1B (compile)

Java Transaction API |
Description:
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
URL:
http://java.sun.com/products/jta
Project License:
No project license is defined for this project.
|
- 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.
|
- jcs:jcs:jar:1.3 (compile)

- commons-lang:commons-lang:jar:2.1 (compile)

Lang |
Description:
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.
URL:
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License:
The Apache Software License, Version 2.0
|
- concurrent:concurrent:jar:1.0 (compile)

Unnamed - concurrent:concurrent:jar:1.0 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- junit:junit:jar:4.4 (test)

- hsqldb:hsqldb:jar:1.8.0.7 (test)

- org.dbunit:dbunit:jar:2.2 (test)

DbUnit Framework |
Description:
DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
URL:
http://dbunit.sourceforge.net
Project License:
GNU Lesser General Public License, Version 2.1
|
- junit-addons:junit-addons:jar:1.4 (test)

Unnamed - junit-addons:junit-addons:jar:1.4 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- xerces:xercesImpl:jar:2.6.2 (test)

Unnamed - xerces:xercesImpl:jar:2.6.2 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- xerces:xmlParserAPIs:jar:2.6.2 (test)

Unnamed - xerces:xmlParserAPIs:jar:2.6.2 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- poi:poi:jar:2.5.1-final-20040804 (test)

Unnamed - poi:poi:jar:2.5.1-final-20040804 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- commons-lang:commons-lang:jar:2.1 (test)

Lang |
Description:
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.
URL:
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License:
The Apache Software License, Version 2.0
|
- org.unitils:unitils:jar:1.1 (test)

Unitils |
Description:
Unitils provides utilities to further simplify unit-testing with JUnit, DBUnit, EasyMock
Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering
utilities such as automatic DB-schema maintainance and equality assertion through reflection.
URL:
http://unitils.sourceforge.net/
Project License:
Apache License, Version 2.0
|
- commons-dbcp:commons-dbcp:jar:1.2.2 (test)

- commons-pool:commons-pool:jar:1.3 (test)

- ognl:ognl:jar:2.6.9 (test)

OGNL |
Description:
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
URL:
http://www.ognl.org/
Project License:
BSD License
|
Licenses
HSQLDB License:
HSQLDB
GNU LESSER GENERAL PUBLIC LICENSE:
Hibernate
Unknown:
AntLR, JCS, Java Transaction API, Unnamed - commons-collections:commons-collections:jar:2.1.1, Unnamed - concurrent:concurrent:jar:1.0, Unnamed - junit-addons:junit-addons:jar:1.4, Unnamed - poi:poi:jar:2.5.1-final-20040804, Unnamed - xerces:xercesImpl:jar:2.6.2, Unnamed - xerces:xmlParserAPIs:jar:2.6.2, asm, asm-attrs, cglib, dom4j
BSD License:
OGNL
Apache License, Version 2.0:
Unitils
GNU Lesser General Public License, Version 2.1:
DbUnit Framework
Common Public License Version 1.0:
JUnit
The Apache Software License, Version 2.0:
Commons DBCP, Commons Logging, Commons Pool, Lang, Spring Framework, ehcache
GNU LGPLv3:
Duine Recommender
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 |
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 |
cglib-2.1_3.jar |
275.72 kB |
243 |
228 |
8 |
1.2 |
debug |
commons-collections-2.1.1.jar |
171.31 kB |
197 |
187 |
3 |
1.1 |
release |
commons-dbcp-1.2.2.jar |
118.90 kB |
63 |
51 |
4 |
1.3 |
debug |
commons-lang-2.1.jar |
202.85 kB |
125 |
110 |
8 |
1.1 |
debug |
commons-logging-1.1.1.jar |
59.26 kB |
42 |
28 |
2 |
1.1 |
debug |
commons-pool-1.3.jar |
60.63 kB |
48 |
39 |
2 |
1.3 |
debug |
concurrent-1.0.jar |
247.06 kB |
227 |
218 |
2 |
1.1 |
debug |
dom4j-1.6.1.jar |
306.54 kB |
208 |
190 |
14 |
1.3 |
debug |
hsqldb-1.8.0.7.jar |
628.64 kB |
340 |
301 |
13 |
1.2 |
release |
jta-1.0.1B.jar |
8.61 kB |
20 |
17 |
2 |
1.2 |
debug |
junit-4.4.jar |
157.69 kB |
188 |
154 |
20 |
1.5 |
debug |
junit-addons-1.4.jar |
52.96 kB |
48 |
39 |
5 |
1.2 |
debug |
ehcache-1.2.3.jar |
203.17 kB |
137 |
117 |
13 |
1.3 |
debug |
ognl-2.6.9.jar |
164.02 kB |
121 |
113 |
1 |
1.1 |
debug |
dbunit-2.2.jar |
321.32 kB |
320 |
286 |
23 |
1.3 |
debug |
unitils-1.1.jar |
315.30 kB |
298 |
222 |
61 |
1.5 |
debug |
poi-2.5.1-final-20040804.jar |
783.41 kB |
494 |
466 |
20 |
1.2 |
debug |
xercesImpl-2.6.2.jar |
986.99 kB |
845 |
784 |
37 |
1.1 |
release |
xmlParserAPIs-2.6.2.jar |
121.80 kB |
238 |
207 |
17 |
1.1 |
release |
jcs-1.3.jar |
425.14 kB |
325 |
265 |
51 |
1.3 |
debug |
hibernate-3.2.6.ga.jar |
2.17 MB |
1,445 |
1,361 |
78 |
1.4 |
debug |
spring-2.5.4.jar |
2.78 MB |
2,333 |
2,116 |
181 |
1.5 |
debug |
Total |
Size |
Entries |
Classes |
Packages |
JDK Rev |
Debug |
25 |
10.90 MB |
8,572 |
7,753 |
579 |
1.5 |
19 |
compile: 14 |
compile: 7.27 MB |
compile: 5,569 |
compile: 5,091 |
compile: 376 |
- |
compile: 11 |
test: 11 |
test: 3.62 MB |
test: 3,003 |
test: 2,662 |
test: 203 |
- |
test: 8 |