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 Licenses
com.google.guava guava 19.0 jar The Apache Software License, Version 2.0
com.pholser junit-quickcheck-core 0.8-alpha-3 jar The MIT License
com.pholser junit-quickcheck-generators 0.8-alpha-3 jar The MIT License
junit junit 4.12 jar Eclipse Public License 1.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 Classifier Type Licenses
ch.qos.logback logback-classic 1.1.7 - jar Eclipse Public License - v 1.0-GNU Lesser General Public License
com.pholser junit-quickcheck-core 0.8-alpha-3 tests test-jar The MIT License
org.hamcrest hamcrest-core 1.3 - jar New BSD License
org.hamcrest hamcrest-library 1.3 - jar New BSD License
org.mockito mockito-all 1.10.19 - jar The MIT License

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 Licenses
ognl ognl 3.1.12 jar The Apache Software License, Version 2.0
org.antlr antlr-runtime 3.1.2 jar -
org.javaruntype javaruntype 1.3 jar The Apache Software License, Version 2.0
org.javassist javassist 3.20.0-GA jar MPL 1.1-LGPL 2.1-Apache License 2.0
ru.vyarus generics-resolver 2.0.1 jar The MIT License

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 Licenses
ch.qos.logback logback-core 1.1.7 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
org.slf4j slf4j-api 1.7.20 jar MIT License

Project Dependency Graph

Dependency Tree

Licenses

Unknown: Antlr 3 Runtime

Eclipse Public License 1.0: JUnit

Apache License 2.0: Javassist

The MIT License: Mockito, generics-resolver, junit-quickcheck-core, junit-quickcheck-generators, junit-quickcheck-guava

MIT License: SLF4J API Module

LGPL 2.1: Javassist

MPL 1.1: Javassist

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

New BSD License: Hamcrest Core, Hamcrest library

The Apache Software License, Version 2.0: Guava: Google Core Libraries for Java, OGNL - Object Graph Navigation Library, javaruntype

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

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.1.7.jar 304.1 kB 231 175 26 1.6 Yes
logback-core-1.1.7.jar 470.8 kB 418 372 36 1.6 Yes
guava-19.0.jar 2.3 MB 1746 1717 17 1.6 Yes
junit-quickcheck-core-0.8-alpha-3.jar 108.1 kB 91 67 9 1.8 Yes
junit-quickcheck-core-0.8-alpha-3-tests.jar 404.5 kB - - - - -
junit-quickcheck-generators-0.8-alpha-3.jar 112.5 kB 113 88 10 1.8 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
ognl-3.1.12.jar 235.7 kB 144 133 3 1.5 Yes
antlr-runtime-3.1.2.jar 138.8 kB 105 92 4 1.4 Yes
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes
hamcrest-library-1.3.jar 53.1 kB 46 35 7 1.5 Yes
javaruntype-1.3.jar 71.6 kB 51 34 6 1.5 Yes
javassist-3.20.0-GA.jar 750.6 kB 423 399 17 1.6 Yes
mockito-all-1.10.19.jar 1.2 MB 1215 752 79 1.5 Yes
slf4j-api-1.7.20.jar 40.7 kB 46 34 4 1.5 Yes
generics-resolver-2.0.1.jar 22.4 kB 24 14 4 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
16 6.6 MB 5028 4243 255 1.8 15
compile: 9 compile: 4.1 MB compile: 3020 compile: 2830 compile: 100 - compile: 9
test: 7 test: 2.6 MB test: 2008 test: 1413 test: 155 - test: 6

Dependency Repository Locations

Repo ID URL Release Snapshot
central https://repo.maven.apache.org/maven2 Yes No
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes

Repository locations for each of the Dependencies.

Artifact central sonatype-nexus-snapshots
ch.qos.logback:logback-classic:jar:1.1.7 Found at https://repo.maven.apache.org/maven2 -
ch.qos.logback:logback-core:jar:1.1.7 Found at https://repo.maven.apache.org/maven2 -
com.google.guava:guava:jar:19.0 Found at https://repo.maven.apache.org/maven2 -
com.pholser:junit-quickcheck-core:jar:0.8-alpha-3 - -
com.pholser:junit-quickcheck-core:test-jar:tests:0.8-alpha-3 - -
com.pholser:junit-quickcheck-generators:jar:0.8-alpha-3 - -
junit:junit:jar:4.12 Found at https://repo.maven.apache.org/maven2 -
ognl:ognl:jar:3.1.12 Found at https://repo.maven.apache.org/maven2 -
org.antlr:antlr-runtime:jar:3.1.2 Found at https://repo.maven.apache.org/maven2 -
org.hamcrest:hamcrest-core:jar:1.3 Found at https://repo.maven.apache.org/maven2 -
org.hamcrest:hamcrest-library:jar:1.3 Found at https://repo.maven.apache.org/maven2 -
org.javaruntype:javaruntype:jar:1.3 Found at https://repo.maven.apache.org/maven2 -
org.javassist:javassist:jar:3.20.0-GA Found at https://repo.maven.apache.org/maven2 -
org.mockito:mockito-all:jar:1.10.19 Found at https://repo.maven.apache.org/maven2 -
org.slf4j:slf4j-api:jar:1.7.20 Found at https://repo.maven.apache.org/maven2 -
ru.vyarus:generics-resolver:jar:2.0.1 Found at https://repo.maven.apache.org/maven2 -
Total central sonatype-nexus-snapshots
16 (compile: 9, test: 7) 13 0