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 |
---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-artifact | 3.8.5 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-builder-support | 3.8.5 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 3.8.5 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-interpolation | 1.26 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 3.3.0 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.3.5 | jar | Eclipse Public License, Version 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 |
---|---|---|---|---|---|
com.google.inject | guice | 4.2.2 | no_aop | jar | The Apache Software License, Version 2.0 |
junit | junit | 4.12 | - | jar | Eclipse Public License 1.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.3.5 | - | jar | Eclipse Public License, Version 1.0 |
org.powermock | powermock-reflect | 1.7.4 | - | jar | The Apache Software License, Version 2.0 |
org.xmlunit | xmlunit-core | 2.2.1 | - | jar | The Apache Software License, Version 2.0 |
org.xmlunit | xmlunit-matchers | 2.2.1 | - | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.8.1 | jar | Apache 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 | Licenses |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.1.3 | jar | Apache 2.0 |
com.google.guava | guava | 25.1-android | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 1.1 | jar | The Apache Software License, Version 2.0 |
javax.annotation | javax.annotation-api | 1.2 | jar | CDDL + GPLv2 with classpath exception |
org.checkerframework | checker-compat-qual | 2.0.0 | jar | GNU General Public License, version 2 (GPL2), with the classpath exceptionThe MIT License |
org.codehaus.mojo | animal-sniffer-annotations | 1.14 | jar | MIT license |
org.codehaus.plexus | plexus-classworlds | 2.6.0 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 2.4 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- org.apache.maven:maven-model-builder:jar:3.8.5
- org.codehaus.plexus:plexus-utils:jar:3.3.0 (compile)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- org.apache.maven:maven-model:jar:3.8.5 (compile)
- org.apache.maven:maven-artifact:jar:3.8.5 (compile)
- org.apache.commons:commons-lang3:jar:3.8.1 (compile)
- org.apache.maven:maven-builder-support:jar:3.8.5 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (test)
- javax.annotation:javax.annotation-api:jar:1.2 (test)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (test)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (test)
- com.google.inject:guice:jar:no_aop:4.2.2 (test)
- aopalliance:aopalliance:jar:1.0 (test)
- com.google.guava:guava:jar:25.1-android (test)
- com.google.code.findbugs:jsr305:jar:3.0.2 (test)
- org.checkerframework:checker-compat-qual:jar:2.0.0 (test)
- com.google.errorprone:error_prone_annotations:jar:2.1.3 (test)
- com.google.j2objc:j2objc-annotations:jar:1.1 (test)
- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 (test)
- org.xmlunit:xmlunit-core:jar:2.2.1 (test)
- org.xmlunit:xmlunit-matchers:jar:2.2.1 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.powermock:powermock-reflect:jar:1.7.4 (test)
- org.objenesis:objenesis:jar:2.4 (test)
- junit:junit:jar:4.12 (test)
Licenses
Apache 2: Objenesis
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Apache 2.0: error-prone annotations
Eclipse Public License 1.0: JUnit
The MIT License: Checker Qual
Apache License, Version 2.0: Apache Commons Lang, Maven Artifact, Maven Builder Support, Maven Model, Maven Model Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API
GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual
CDDL + GPLv2 with classpath exception: javax.annotation API
Public Domain: AOP alliance
MIT license: Animal Sniffer Annotations
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: FindBugs-jsr305, Google Guice - Core Library, Guava: Google Core Libraries for Java, J2ObjC Annotations, PowerMock, javax.inject, org.xmlunit:xmlunit-core, org.xmlunit:xmlunit-matchers
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.5 kB | 15 | 9 | 2 | 1.3 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
error_prone_annotations-2.1.3.jar | 13.7 kB | 34 | 22 | 2 | 1.7 | No |
guava-25.1-android.jar | 2.6 MB | 1905 | 1875 | 18 | 1.7 | Yes |
guice-4.2.2-no_aop.jar | 520.7 kB | 406 | 390 | 9 | 1.7 | Yes |
j2objc-annotations-1.1.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes |
javax.annotation-api-1.2.jar | 26.4 kB | 29 | 15 | 3 | 1.6 | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
commons-lang3-3.8.1.jar | 501.9 kB | 297 | 272 | 13 | 1.7 | Yes |
maven-artifact-3.8.5.jar | 58.1 kB | 59 | 34 | 11 | 1.7 | Yes |
maven-builder-support-3.8.5.jar | 14.3 kB | 24 | 10 | 1 | 1.7 | Yes |
maven-model-3.8.5.jar | 215.3 kB | 94 | 77 | 3 | 1.7 | Yes |
checker-compat-qual-2.0.0.jar | 31.5 kB | 47 | 28 | 10 | 1.7 | Yes |
animal-sniffer-annotations-1.14.jar | 3.5 kB | 12 | 1 | 1 | 1.5 | No |
plexus-classworlds-2.6.0.jar | 52.9 kB | 52 | 37 | 5 | 1.7 | Yes |
plexus-component-annotations-2.1.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
plexus-interpolation-1.26.jar | 85.3 kB | 79 | 62 | 7 | 1.6 | Yes |
plexus-utils-3.3.0.jar | 263.3 kB | 130 | 105 | 9 | 1.6 | Yes |
org.eclipse.sisu.inject-0.3.5.jar | 379.3 kB | 289 | 271 | 9 | 1.6 | Yes |
org.eclipse.sisu.plexus-0.3.5.jar | 205.3 kB | 196 | 164 | 20 | 1.6 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
objenesis-2.4.jar | 51.3 kB | 55 | 41 | 8 | 1.5 | Yes |
powermock-reflect-1.7.4.jar | 65.5 kB | 50 | 37 | 8 | 1.6 | Yes |
xmlunit-core-2.2.1.jar | 155.5 kB | 162 | 146 | 8 | 1.6 | Yes |
xmlunit-matchers-2.2.1.jar | 13.4 kB | 16 | 6 | 1 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
26 | 5.6 MB | 4418 | 3989 | 187 | 1.7 | 22 |
compile: 8 | compile: 1.5 MB | compile: 980 | compile: 837 | compile: 54 | - | compile: 7 |
test: 18 | test: 4.1 MB | test: 3438 | test: 3152 | test: 133 | - | test: 15 |