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 |
commons-collections |
commons-collections |
3.0 |
jar |
commons-logging |
commons-logging
|
1.1.1 |
jar |
hsqldb |
hsqldb
|
1.8.0.7 |
jar |
log4j |
log4j |
1.2.12 |
jar |
org.apache.lucene |
lucene-analyzers
|
2.3.2 |
jar |
org.apache.lucene |
lucene-core
|
2.3.2 |
jar |
org.duineframework |
duine-recommender
|
4.0.0-RC1 |
jar |
org.springframework |
spring
|
2.5.4 |
jar |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId |
ArtifactId |
Version |
Type |
c3p0 |
c3p0
|
0.9.1.2 |
jar |
jcs |
jcs
|
1.3 |
jar |
mysql |
mysql-connector-java
|
5.1.6 |
jar |
org.hibernate |
hibernate
|
3.2.6.ga |
jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to 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-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 |
Project Dependency Graph
Dependency Tree
- org.duineframework:duine-movielens:jar:4.0.0-RC1

- org.duineframework:duine-recommender:jar:4.0.0-RC1 (compile)

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

- org.apache.lucene:lucene-core:jar:2.3.2 (compile)

- org.apache.lucene:lucene-analyzers:jar:2.3.2 (compile)

- org.apache.lucene:lucene-core:jar:2.3.2 (compile)

- commons-collections:commons-collections:jar:3.0 (compile)

Collections |
Description:
Types that extend and augment the Java Collections Framework.
Project License:
No project license is defined for this project.
|
- 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)

- log4j:log4j:jar:1.2.12 (compile)

Unnamed - log4j:log4j:jar:1.2.12 |
Description:
There is currently no description associated with this project.
Project License:
No project license is defined for this project.
|
- org.hibernate:hibernate:jar:3.2.6.ga (runtime)

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

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 (runtime)

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 (runtime)

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 (runtime)

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 (runtime)

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 (runtime)

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 (runtime)

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 (runtime)

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.
|
- mysql:mysql-connector-java:jar:5.1.6 (runtime)

- hsqldb:hsqldb:jar:1.8.0.7 (compile)

- c3p0:c3p0:jar:0.9.1.2 (runtime)

c3p0:JDBC DataSources/Resource Pools |
Description:
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
URL:
http://c3p0.sourceforge.net
Project License:
GNU LESSER GENERAL PUBLIC LICENSE
|
- jcs:jcs:jar:1.3 (runtime)

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

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 (runtime)

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.
|
Licenses
HSQLDB License:
HSQLDB
GNU LESSER GENERAL PUBLIC LICENSE:
Hibernate, c3p0:JDBC DataSources/Resource Pools
Apache 2:
Lucene Analyzers, Lucene Core
Unknown:
AntLR, Collections, JCS, Java Transaction API, Unnamed - concurrent:concurrent:jar:1.0, Unnamed - log4j:log4j:jar:1.2.12, asm, asm-attrs, cglib, dom4j
The Apache Software License, Version 2.0:
Commons Logging, Lang, Spring Framework, ehcache
GNU LGPLv3:
Duine MovieLens, Duine Recommender
The GNU General Public License, Version 2:
MySQL java connector
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 |
c3p0-0.9.1.2.jar |
596.47 kB |
434 |
382 |
44 |
1.4 |
debug |
cglib-2.1_3.jar |
275.72 kB |
243 |
228 |
8 |
1.2 |
debug |
commons-collections-3.0.jar |
506.49 kB |
447 |
429 |
12 |
1.1 |
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 |
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 |
jcs-1.3.jar |
425.14 kB |
325 |
265 |
51 |
1.3 |
debug |
log4j-1.2.12.jar |
349.69 kB |
283 |
253 |
19 |
1.1 |
debug |
mysql-connector-java-5.1.6.jar |
686.78 kB |
258 |
225 |
11 |
1.6 |
debug |
ehcache-1.2.3.jar |
203.17 kB |
137 |
117 |
13 |
1.3 |
debug |
lucene-analyzers-2.3.2.jar |
78.21 kB |
65 |
44 |
13 |
1.4 |
debug |
lucene-core-2.3.2.jar |
650.08 kB |
460 |
442 |
12 |
1.4 |
debug |
duine-recommender-4.0.0-RC1.jar |
165.69 kB |
158 |
127 |
12 |
1.5 |
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 |
21 |
10.68 MB |
7,817 |
7,107 |
509 |
1.6 |
18 |
compile: 8 |
compile: 5.16 MB |
compile: 4,128 |
compile: 3,740 |
compile: 264 |
- |
compile: 7 |
runtime: 13 |
runtime: 5.52 MB |
runtime: 3,689 |
runtime: 3,367 |
runtime: 245 |
- |
runtime: 11 |