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 |
---|
com.google.guava | guava | 11.0.1 | jar |
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 |
---|
com.google.code.tempus-fugit | tempus-fugit | 1.1 | jar |
junit | junit | 4.8.2 | jar |
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 |
---|
com.google.code.findbugs | jsr305 | 1.3.9 | jar |
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 |
---|
org.hamcrest | hamcrest-core | 1.1 | jar |
Project Dependency Graph
Dependency Tree
- com.aragost.javahg:javahg:jar:0.6-SNAPSHOT
- com.google.guava:guava:jar:11.0.1 (compile)
Guava: Google Core Libraries for Java |
---|
Description: Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
This project is a complete packaging of all the Guava libraries
into a single jar. Individual portions of Guava can be used
by downloading the appropriate module and its dependencies.
Guava (complete) has only one code dependency - javax.annotation,
per the JSR-305 spec. URL: http://code.google.com/p/guava-libraries/guava Project License: The Apache Software License, Version 2.0 |
- com.google.code.findbugs:jsr305:jar:1.3.9 (compile)
- junit:junit:jar:4.8.2 (test)
- com.google.code.tempus-fugit:tempus-fugit:jar:1.1 (test)
- junit:junit:jar:4.8.2 (test)
- org.hamcrest:hamcrest-core:jar:1.1 (test)
Hamcrest Core |
---|
Description: There is currently no description associated with this project. Project License: BSD style |
Licenses
BSD style: Hamcrest Core
Apache 2: tempus-fugit
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava: Google Core Libraries for Java
The MIT License (MIT): JavaHg Core