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.pholser junit-quickcheck-core 0.6-beta-1 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 License
ch.qos.logback logback-classic 1.0.13 - jar Eclipse Public License - v 1.0-GNU Lesser General Public License
com.google.guava guava 18.0 - jar The Apache Software License, Version 2.0
com.google.guava guava-testlib 18.0 - jar The Apache Software License, Version 2.0
com.pholser junit-quickcheck-core 0.6-beta-1 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 License
javassist javassist 3.11.0.GA jar -
ognl ognl 3.1.2 jar The Apache Software License, Version 2.0
org.antlr antlr-runtime 3.1.2 jar -
org.javaruntype javaruntype 1.2 jar The Apache Software License, Version 2.0
org.junit.contrib junit-theories 5.0-alpha-3 jar Eclipse Public License v 1.0
org.slf4j slf4j-api 1.7.12 jar MIT License
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 License
ch.qos.logback logback-core 1.0.13 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0
com.google.truth truth 0.23 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Eclipse Public License v 1.0: junit-theories

Unknown: Antlr 3 Runtime, Javassist

Eclipse Public License 1.0: JUnit

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

MIT License: SLF4J API Module

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: FindBugs-jsr305, Guava Testing Library, Guava: Google Core Libraries for Java, OGNL - Object Graph Navigation Library, javaruntype, truth

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.0.13.jar 264.60 kB 208 170 25 1.5 Yes
logback-core-1.0.13.jar 418.87 kB 391 349 32 1.5 Yes
jsr305-1.3.9.jar 33.01 kB 72 35 3 1.5 Yes
guava-18.0.jar 2.26 MB 1719 1690 17 1.6 Yes
guava-testlib-18.0.jar 748.22 kB 572 551 7 1.6 Yes
truth-0.23.jar 85.20 kB 87 72 4 1.6 Yes
junit-quickcheck-core-0.6-beta-1.jar 94.11 kB 79 48 7 1.6 Yes
junit-quickcheck-core-0.6-beta-1-tests.jar 394.83 kB - - - - -
javassist-3.11.0.GA.jar 614.20 kB 366 347 17 1.4 Yes
junit-4.12.jar 314.93 kB 323 286 30 1.5 Yes
ognl-3.1.2.jar 230.34 kB 141 130 3 1.5 Yes
antlr-runtime-3.1.2.jar 138.79 kB 105 92 4 1.4 Yes
hamcrest-core-1.3.jar 45.02 kB 52 45 3 1.5 Yes
hamcrest-library-1.3.jar 53.07 kB 46 35 7 1.5 Yes
javaruntype-1.2.jar 71.17 kB 51 34 6 1.5 Yes
junit-theories-5.0-alpha-3.jar 34.01 kB 38 25 3 1.6 Yes
mockito-all-1.10.19.jar 1.23 MB 1215 752 79 1.5 Yes
slf4j-api-1.7.12.jar 32.13 kB 39 28 3 1.5 Yes
generics-resolver-2.0.1.jar 22.36 kB 24 14 4 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
19 7.09 MB 5528 4703 254 1.6 18
compile: 9 compile: 1.55 MB compile: 1166 compile: 1004 compile: 77 - compile: 9
test: 10 test: 5.53 MB test: 4362 test: 3699 test: 177 - test: 9

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.0.13 Found at https://repo.maven.apache.org/maven2 -
ch.qos.logback:logback-core:jar:1.0.13 Found at https://repo.maven.apache.org/maven2 -
com.google.code.findbugs:jsr305:jar:1.3.9 Found at https://repo.maven.apache.org/maven2 -
com.google.guava:guava:jar:18.0 Found at https://repo.maven.apache.org/maven2 -
com.google.guava:guava-testlib:jar:18.0 Found at https://repo.maven.apache.org/maven2 -
com.google.truth:truth:jar:0.23 Found at https://repo.maven.apache.org/maven2 -
com.pholser:junit-quickcheck-core:jar:0.6-beta-1 - -
com.pholser:junit-quickcheck-core:test-jar:tests:0.6-beta-1 - -
javassist:javassist:jar:3.11.0.GA Found at https://repo.maven.apache.org/maven2 -
junit:junit:jar:4.12 Found at https://repo.maven.apache.org/maven2 -
ognl:ognl:jar:3.1.2 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.2 Found at https://repo.maven.apache.org/maven2 -
org.junit.contrib:junit-theories:jar:5.0-alpha-3 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.12 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
19 (compile: 9, test: 10) 17 0