Fork me on GitHub

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.guava guava 14.0.1 jar The Apache Software License, Version 2.0
joda-time joda-time 2.2 jar Apache 2
junit junit 4.11 jar Common Public License Version 1.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.mockito mockito-core 1.9.5 jar The MIT License
org.powermock powermock-api-mockito 1.5 jar The Apache Software License, Version 2.0
uk.org.lidalia lidalia-lang 1.0.0 jar MIT X11 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
org.hamcrest hamcrest-library 1.3 jar New BSD License
pl.pragmatists JUnitParams 1.0.1 jar Apache 2

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
org.apache.commons commons-lang3 3.1 jar The Apache Software License, Version 2.0
org.javassist javassist 3.17.1-GA jar MPL 1.1-LGPL 2.1-Apache License 2.0
org.objenesis objenesis 1.0 jar MIT License
org.powermock powermock-api-support 1.5 jar The Apache Software License, Version 2.0
org.powermock powermock-core 1.5 jar The Apache Software License, Version 2.0
org.powermock powermock-reflect 1.5 jar The Apache Software License, Version 2.0
org.slf4j slf4j-api 1.7.5 jar MIT License

Project Dependency Graph

Dependency Tree

Licenses

Apache 2: JUnitParams, Joda time

New BSD License: Hamcrest Core, Hamcrest library

LGPL 2.1: Javassist

Apache License 2.0: Javassist

MPL 1.1: Javassist

Common Public License Version 1.0: JUnit

MIT License: Objenesis, SLF4J API Module

The Apache Software License, Version 2.0: Commons Lang, Guava: Google Core Libraries for Java, powermock-api-mockito, powermock-api-support, powermock-core, powermock-reflect

MIT X11 License: Lidalia Lang, Lidalia Test

The MIT License: Mockito

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug
guava-14.0.1.jar 2.09 MB 1,618 1,594 13 1.6 debug
joda-time-2.2.jar 560.46 kB 708 229 7 1.5 debug
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
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
javassist-3.17.1-GA.jar 695.29 kB 412 388 17 1.6 debug
mockito-core-1.9.5.jar 1.43 MB 1,258 647 64 1.5 debug
objenesis-1.0.jar 27.90 kB 45 30 7 1.3 debug
powermock-api-mockito-1.5.jar 66.35 kB 81 54 14 1.5 debug
powermock-api-support-1.5.jar 18.10 kB 28 14 4 1.5 debug
powermock-core-1.5.jar 82.37 kB 91 65 16 1.5 debug
powermock-reflect-1.5.jar 42.24 kB 41 24 8 1.5 debug
slf4j-api-1.7.5.jar 25.47 kB 34 23 3 1.5 debug
JUnitParams-1.0.1.jar 24.62 kB 25 14 4 1.5 debug
lidalia-lang-1.0.0.jar 28.17 kB 43 32 1 1.6 debug
Total Size Entries Classes Packages JDK Rev Debug
16 5.68 MB 4,927 3,580 208 1.6 16
compile: 14 compile: 5.61 MB compile: 4,856 compile: 3,531 compile: 197 - compile: 14
test: 2 test: 76.44 kB test: 71 test: 49 test: 11 - test: 2

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
version99 http://version99.qos.ch/ Yes Yes
central http://repo.maven.apache.org/maven2 Yes -
java.net2 http://download.java.net/maven/2 Yes Yes

Repository locations for each of the Dependencies.

Artifact apache.snapshots sonatype-nexus-snapshots version99 central java.net2
com.google.guava:guava:jar:14.0.1 - - - Found at http://repo.maven.apache.org/maven2 -
joda-time:joda-time:jar:2.2 - - - Found at http://repo.maven.apache.org/maven2 -
junit:junit:jar:4.11 - - - Found at http://repo.maven.apache.org/maven2 -
org.apache.commons:commons-lang3:jar:3.1 - - - Found at http://repo.maven.apache.org/maven2 -
org.hamcrest:hamcrest-core:jar:1.3 - - - Found at http://repo.maven.apache.org/maven2 -
org.hamcrest:hamcrest-library:jar:1.3 - - - Found at http://repo.maven.apache.org/maven2 -
org.javassist:javassist:jar:3.17.1-GA - - - Found at http://repo.maven.apache.org/maven2 -
org.mockito:mockito-core:jar:1.9.5 - - - Found at http://repo.maven.apache.org/maven2 -
org.objenesis:objenesis:jar:1.0 - - - Found at http://repo.maven.apache.org/maven2 -
org.powermock:powermock-api-mockito:jar:1.5 - - - Found at http://repo.maven.apache.org/maven2 -
org.powermock:powermock-api-support:jar:1.5 - - - Found at http://repo.maven.apache.org/maven2 -
org.powermock:powermock-core:jar:1.5 - - - Found at http://repo.maven.apache.org/maven2 -
org.powermock:powermock-reflect:jar:1.5 - - - Found at http://repo.maven.apache.org/maven2 -
org.slf4j:slf4j-api:jar:1.7.5 - - - Found at http://repo.maven.apache.org/maven2 -
pl.pragmatists:JUnitParams:jar:1.0.1 - - - Found at http://repo.maven.apache.org/maven2 -
uk.org.lidalia:lidalia-lang:jar:1.0.0 - - - Found at http://repo.maven.apache.org/maven2 -
Total apache.snapshots sonatype-nexus-snapshots version99 central java.net2
16 (compile: 14, test: 2) 0 0 0 16 0