Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
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 |
---|---|---|---|---|
commons-jxpath | commons-jxpath | 1.3 | jar | The Apache Software License, Version 2.0 |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.mockito | mockito-core | 2.21.0 | 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 | 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 |
commons-io | commons-io | 2.6 | jar | Apache 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-cipher | 2.0 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-sec-dispatcher | 2.0 | 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.8.15 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.8.15 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 2.6 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- org.apache.maven:maven-core:jar:3.8.5
- org.apache.maven:maven-model:jar:3.8.5 (compile)
- org.apache.maven:maven-settings:jar:3.8.5 (compile)
- org.apache.maven:maven-settings-builder:jar:3.8.5 (compile)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (compile)
- org.codehaus.plexus:plexus-cipher:jar:2.0 (compile)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (compile)
- org.apache.maven:maven-builder-support:jar:3.8.5 (compile)
- org.apache.maven:maven-repository-metadata:jar:3.8.5 (compile)
- org.apache.maven:maven-artifact:jar:3.8.5 (compile)
- org.apache.maven:maven-plugin-api:jar:3.8.5 (compile)
- org.apache.maven:maven-model-builder:jar:3.8.5 (compile)
- org.apache.maven:maven-resolver-provider:jar:3.8.5 (compile)
- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 (compile)
- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 (compile)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 (compile)
- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 (compile)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (compile)
- commons-io:commons-io:jar:2.6 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (compile)
- javax.annotation:javax.annotation-api:jar:1.2 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (compile)
- com.google.inject:guice:jar:no_aop:4.2.2 (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- com.google.guava:guava:jar:25.1-android (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.checkerframework:checker-compat-qual:jar:2.0.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.1.3 (compile)
- com.google.j2objc:j2objc-annotations:jar:1.1 (compile)
- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.3.0 (compile)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (compile)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (compile)
- org.apache.commons:commons-lang3:jar:3.8.1 (compile)
- org.slf4j:slf4j-api:jar:1.7.32 (compile)
- commons-jxpath:commons-jxpath:jar:1.3 (test)
- org.mockito:mockito-core:jar:2.21.0 (test)
- net.bytebuddy:byte-buddy:jar:1.8.15 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.8.15 (test)
- org.objenesis:objenesis:jar:2.6 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- junit:junit:jar:4.12 (test)
Licenses
Apache 2.0: error-prone annotations
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module
Public Domain: AOP alliance
New BSD License: Hamcrest Core, Hamcrest library
Apache 2: Objenesis
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
The MIT License: Checker Qual, mockito-core
Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang, Apache Maven Shared Utils, Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component
GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual
CDDL + GPLv2 with classpath exception: javax.annotation API
MIT license: Animal Sniffer Annotations
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, Commons JXPath, FindBugs-jsr305, Google Guice - Core Library, Guava: Google Core Libraries for Java, J2ObjC Annotations, javax.inject
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 |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | Yes |
commons-jxpath-1.3.jar | 300 kB | 208 | 180 | 16 | 1.3 | 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 |
byte-buddy-1.8.15.jar | 3 MB | 2133 | 2084 | 36 | 1.6 | Yes |
byte-buddy-agent-1.8.15.jar | 41.7 kB | 39 | 29 | 1 | 1.6 | 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 |
maven-model-builder-3.8.5.jar | 195.8 kB | 159 | 126 | 16 | 1.7 | Yes |
maven-plugin-api-3.8.5.jar | 47 kB | 48 | 27 | 6 | 1.7 | Yes |
maven-repository-metadata-3.8.5.jar | 28.4 kB | 27 | 9 | 2 | 1.7 | Yes |
maven-resolver-provider-3.8.5.jar | 67.2 kB | 43 | 26 | 1 | 1.7 | Yes |
maven-settings-3.8.5.jar | 44.3 kB | 35 | 19 | 2 | 1.7 | Yes |
maven-settings-builder-3.8.5.jar | 42.1 kB | 53 | 32 | 5 | 1.7 | Yes |
maven-resolver-api-1.6.3.jar | 149.3 kB | 156 | 132 | 12 | 1.7 | Yes |
maven-resolver-impl-1.6.3.jar | 179.6 kB | 115 | 94 | 5 | 1.7 | Yes |
maven-resolver-spi-1.6.3.jar | 38.4 kB | 56 | 34 | 8 | 1.7 | Yes |
maven-resolver-util-1.6.3.jar | 168.9 kB | 132 | 105 | 13 | 1.7 | Yes |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 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-cipher-2.0.jar | 13 kB | 19 | 5 | 1 | 1.7 | Yes |
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-sec-dispatcher-2.0.jar | 23.6 kB | 30 | 12 | 3 | 1.7 | 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 |
hamcrest-library-1.3.jar | 53.1 kB | 46 | 35 | 7 | 1.5 | Yes |
mockito-core-2.21.0.jar | 563.6 kB | 611 | 540 | 64 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
slf4j-api-1.7.32.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
43 | 10.8 MB | 8399 | 7531 | 390 | 1.7 | 39 |
compile: 35 | compile: 6.4 MB | compile: 4928 | compile: 4289 | compile: 223 | - | compile: 31 |
test: 8 | test: 4.4 MB | test: 3471 | test: 3242 | test: 167 | - | test: 8 |