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.inject | guice | 3.0 | 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 |
---|---|---|---|---|
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
org.mockito | mockito-core | 1.9.5 | jar | The MIT License |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
com.google.code.findbugs | annotations | 2.0.1 | jar | GNU Lesser Public 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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
javax.inject | javax.inject | 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 |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 1.3 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- de.schlichtherle.demo:guice-demo:jar:0.1-SNAPSHOT
- com.google.inject:guice:jar:3.0 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- com.google.code.findbugs:annotations:jar:2.0.1 (provided)
- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-core:jar:1.9.5 (test)
- org.objenesis:objenesis:jar:1.3 (test)
- com.google.inject:guice:jar:3.0 (compile)
Licenses
Public Domain: AOP alliance
Apache 2: Objenesis
New BSD License: Hamcrest Core
Eclipse Public License, Version 1.0: Guice Demo
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Google Guice - Core Library, javax.inject
The MIT License: Mockito
GNU Lesser Public License: FindBugs-Annotations
Dependency File Details
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
annotations-2.0.1.jar | 72.81 kB | 134 | 62 | 5 | 1.5 | debug |
guice-3.0.jar | 693.84 kB | 585 | 565 | 12 | 1.5 | 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 |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
mockito-core-1.9.5.jar | 1.43 MB | 1,258 | 647 | 64 | 1.5 | debug |
objenesis-1.3.jar | 39.62 kB | 50 | 35 | 9 | 1.3 | debug |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
8 | 2.50 MB | 2,368 | 1,602 | 124 | 1.5 | 7 |
compile: 3 | compile: 700.64 kB | compile: 608 | compile: 580 | compile: 15 | - | compile: 2 |
test: 4 | test: 1.75 MB | test: 1,626 | test: 960 | test: 104 | - | test: 4 |
provided: 1 | provided: 72.81 kB | provided: 134 | provided: 62 | provided: 5 | - | provided: 1 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes |
central | http://repo.maven.apache.org/maven2 | Yes | - |
Repository locations for each of the Dependencies.