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 License Optional
it.unimi.dsi fastutil 6.5.6 jar Apache License, Version 2.0 No
org.grouplens.grapht grapht 0.5.0 jar LGPLv2+ No
org.grouplens.lenskit lenskit-api 1.3 jar LGPLv2+ No
org.grouplens.lenskit lenskit-data-structures 1.3 jar LGPLv2+ No
org.slf4j slf4j-api 1.7.5 jar MIT License No
com.google.code.findbugs annotations 2.0.1 jar GNU Lesser Public License 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 License
org.grouplens.lenskit lenskit-test 1.3 jar LGPLv2+

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 License
com.google.code.findbugs jsr305 2.0.1 jar The Apache Software License, Version 2.0
com.google.guava guava 14.0.1 jar The Apache Software License, Version 2.0
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
org.apache.commons commons-lang3 3.1 jar The Apache Software License, Version 2.0

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 License
ch.qos.logback logback-classic 1.0.13 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
ch.qos.logback logback-core 1.0.13 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
junit junit 4.11 jar Common Public License Version 1.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.hamcrest hamcrest-library 1.3 jar New BSD License

Project Dependency Graph

Dependency Tree

Licenses

New BSD License: Hamcrest Core, Hamcrest library

LGPLv2+: Grapht Dependency Injector, LensKit API, LensKit Core, LensKit Data Structures, LensKit Test Utilities

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

Apache License, Version 2.0: fastutil

Common Public License Version 1.0: JUnit

MIT License: SLF4J API Module

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

The Apache Software License, Version 2.0: Commons Lang, FindBugs-jsr305, Guava: Google Core Libraries for Java, javax.inject

GNU Lesser Public License: FindBugs-Annotations

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug
logback-classic-1.0.13.jar 258.40 kB 208 170 25 1.5 debug
logback-core-1.0.13.jar 409.05 kB 391 349 32 1.5 debug
jsr305-2.0.1.jar 31.12 kB 70 34 3 1.5 debug
guava-14.0.1.jar 2.09 MB 1,618 1,594 13 1.6 debug
fastutil-6.5.6.jar 16.12 MB 10,669 10,653 11 1.6 debug
javax.inject-1.jar 2.44 kB 8 6 1 1.5 release
junit-4.11.jar 239.30 kB 266 233 28 1.5 debug
commons-lang3-3.1.jar 308.40 kB 179 153 12 1.5 debug
grapht-0.5.0.jar 157.57 kB 137 119 7 1.6 debug
lenskit-api-1.3.jar 10.15 kB 25 14 2 1.6 debug
lenskit-data-structures-1.3.jar 114.24 kB 106 91 5 1.6 debug
lenskit-test-1.3.jar 4.68 kB 16 3 1 1.6 debug
hamcrest-core-1.3.jar 43.97 kB 52 45 3 1.5 debug
hamcrest-library-1.3.jar 51.83 kB 46 35 7 1.5 debug
slf4j-api-1.7.5.jar 25.47 kB 34 23 3 1.5 debug
annotations-2.0.1.jar 72.81 kB 134 62 5 1.5 debug
Total Size Entries Classes Packages JDK Rev Debug
16 19.89 MB 13,959 13,584 158 1.6 15
compile: 10 compile: 18.91 MB compile: 12,980 compile: 12,749 compile: 62 - compile: 9
test: 6 test: 1,007.22 kB test: 979 test: 835 test: 96 - test: 6

Dependency Repository Locations

Repo ID URL Release Snapshot
apache.snapshots http://repository.apache.org/snapshots - Yes
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots - Yes
grouplens-devel http://dev.grouplens.org/maven - Yes
central http://repo1.maven.org/maven2 Yes -

Repository locations for each of the Dependencies.

Artifact apache.snapshots sonatype-nexus-snapshots grouplens-devel central
ch.qos.logback:logback-classic:jar:1.0.13 - - - Found at http://repo1.maven.org/maven2
ch.qos.logback:logback-core:jar:1.0.13 - - - Found at http://repo1.maven.org/maven2
com.google.code.findbugs:jsr305:jar:2.0.1 - - - Found at http://repo1.maven.org/maven2
com.google.guava:guava:jar:14.0.1 - - - Found at http://repo1.maven.org/maven2
it.unimi.dsi:fastutil:jar:6.5.6 - - - Found at http://repo1.maven.org/maven2
javax.inject:javax.inject:jar:1 - - - Found at http://repo1.maven.org/maven2
junit:junit:jar:4.11 - - - Found at http://repo1.maven.org/maven2
org.apache.commons:commons-lang3:jar:3.1 - - - Found at http://repo1.maven.org/maven2
org.grouplens.grapht:grapht:jar:0.5.0 - - - Found at http://repo1.maven.org/maven2
org.grouplens.lenskit:lenskit-api:jar:1.3 - - - Found at http://repo1.maven.org/maven2
org.grouplens.lenskit:lenskit-data-structures:jar:1.3 - - - Found at http://repo1.maven.org/maven2
org.grouplens.lenskit:lenskit-test:jar:1.3 - - - Found at http://repo1.maven.org/maven2
org.hamcrest:hamcrest-core:jar:1.3 - - - Found at http://repo1.maven.org/maven2
org.hamcrest:hamcrest-library:jar:1.3 - - - Found at http://repo1.maven.org/maven2
org.slf4j:slf4j-api:jar:1.7.5 - - - Found at http://repo1.maven.org/maven2
com.google.code.findbugs:annotations:jar:2.0.1 - - - Found at http://repo1.maven.org/maven2
Total apache.snapshots sonatype-nexus-snapshots grouplens-devel central
16 (compile: 10, test: 6) 0 0 0 16