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-io | commons-io | 2.6 | jar | Apache License, Version 2.0 |
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.fusesource.jansi | jansi | 2.4.0 | jar | The Apache Software License, Version 2.0 |
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 | Optional |
---|---|---|---|---|---|
com.google.guava | guava | 25.1-android | jar | The Apache Software License, Version 2.0 | No |
org.apache.maven | maven-artifact | 3.8.8 | jar | Apache License, Version 2.0 | No |
org.apache.maven | maven-repository-metadata | 3.8.8 | jar | Apache License, Version 2.0 | No |
org.apache.maven | maven-resolver-provider | 3.8.8 | jar | Apache License, Version 2.0 | No |
org.apache.maven.resolver | maven-resolver-impl | 1.6.3 | jar | Apache License, Version 2.0 | No |
org.apache.maven.resolver | maven-resolver-spi | 1.6.3 | jar | Apache License, Version 2.0 | No |
org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 | No |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.3.5 | jar | Eclipse Public License, Version 1.0 | No |
ch.qos.logback | logback-core | 1.2.11 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | Yes |
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-embedder:jar:3.8.8
- org.apache.maven:maven-settings:jar:3.8.8 (compile)
- org.apache.maven:maven-settings-builder:jar:3.8.8 (compile)
- org.apache.maven:maven-core:jar:3.8.8 (compile)
- org.apache.maven:maven-repository-metadata:jar:3.8.8 (compile)
- org.apache.maven:maven-artifact:jar:3.8.8 (compile)
- org.apache.maven:maven-resolver-provider:jar:3.8.8 (compile)
- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 (compile)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (compile)
- org.apache.maven:maven-plugin-api:jar:3.8.8 (compile)
- org.apache.maven:maven-model:jar:3.8.8 (compile)
- org.apache.maven:maven-model-builder:jar:3.8.8 (compile)
- org.apache.maven:maven-builder-support:jar:3.8.8 (compile)
- org.apache.maven.resolver:maven-resolver-api: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)
- com.google.inject:guice:jar:no_aop:4.2.2 (compile)
- com.google.guava:guava:jar:25.1-android (compile)
- javax.inject:javax.inject:jar:1 (compile)
- javax.annotation:javax.annotation-api:jar:1.2 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.3.1 (compile)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.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-interpolation:jar:1.26 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.slf4j:slf4j-simple:jar:1.7.36 (compile)
- ch.qos.logback:logback-classic:jar:1.2.11 (compile)
- ch.qos.logback:logback-core:jar:1.2.11 (compile)
- commons-cli:commons-cli:jar:1.4 (compile)
- org.apache.commons:commons-lang3:jar:3.8.1 (compile)
- commons-io:commons-io:jar:2.6 (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.fusesource.jansi:jansi:jar:2.4.0 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Licenses
Apache 2: Objenesis
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module, SLF4J Simple Binding
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons CLI, 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 Embedder, 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
CDDL + GPLv2 with classpath exception: javax.annotation API
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, Google Guice - Core Library, Guava: Google Core Libraries for Java, jansi, javax.inject
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
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 |
commons-cli-1.4.jar | 53.8 kB | 40 | 27 | 1 | 1.5 | Yes |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | 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.13.2.jar | 384.6 kB | 389 | 350 | 32 | 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.8.jar | 58.1 kB | 59 | 34 | 11 | 1.7 | Yes |
maven-builder-support-3.8.8.jar | 14.3 kB | 24 | 10 | 1 | 1.7 | Yes |
maven-core-3.8.8.jar | 647.8 kB | 498 | 411 | 57 | 1.7 | Yes |
maven-model-3.8.8.jar | 216.8 kB | 97 | 80 | 3 | 1.7 | Yes |
maven-model-builder-3.8.8.jar | 196 kB | 159 | 126 | 16 | 1.7 | Yes |
maven-plugin-api-3.8.8.jar | 47.1 kB | 48 | 27 | 6 | 1.7 | Yes |
maven-repository-metadata-3.8.8.jar | 28.4 kB | 27 | 9 | 2 | 1.7 | Yes |
maven-resolver-provider-3.8.8.jar | 67.9 kB | 44 | 27 | 1 | 1.7 | Yes |
maven-settings-3.8.8.jar | 44.3 kB | 35 | 19 | 2 | 1.7 | Yes |
maven-settings-builder-3.8.8.jar | 42.2 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 |
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.1.jar | 262 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 |
jansi-2.4.0.jar | 221 kB | 98 | 47 | 3 | 1.7 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 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.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
logback-classic-1.2.11.jar | 231.9 kB | 207 | 157 | 25 | 1.6 | Yes |
logback-core-1.2.11.jar | 448.8 kB | 398 | 354 | 34 | 1.6 | Yes |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
41 | 12 MB | 9299 | 8283 | 471 | 1.7 | 39 |
compile: 33 | compile: 7.5 MB | compile: 5772 | compile: 5018 | compile: 315 | - | compile: 31 |
test: 8 | test: 4.5 MB | test: 3527 | test: 3265 | test: 156 | - | test: 8 |