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 |
---|---|---|---|---|
commons-io | commons-io | 2.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-artifact | 3.1.1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-core | 3.1.1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-model | 3.1.1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.1.1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven.shared | maven-shared-utils | 3.3.3 | jar | Apache License, Version 2.0 |
org.eclipse.aether | aether-api | 0.9.0.M2 | jar | Eclipse Public License, Version 1.0 |
org.eclipse.aether | aether-util | 0.9.0.M2 | jar | Eclipse Public License, Version 1.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.0.0.M5 | 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 | Type | Licenses |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.apache.maven.plugin-testing | maven-plugin-testing-harness | 3.1.0 | jar | The Apache Software License, Version 2.0 |
org.mockito | mockito-core | 2.28.2 | jar | The MIT License |
org.openjdk.jmh | jmh-core | 1.27 | jar | GNU General Public License (GPL), version 2, with the Classpath exception |
org.openjdk.jmh | jmh-generator-annprocess | 1.27 | jar | GNU General Public License (GPL), version 2, with the Classpath exception |
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 | Licenses |
---|---|---|---|---|
org.apache.maven.resolver | maven-resolver-api | 1.4.2 | jar | Apache License, Version 2.0 |
org.apache.maven.resolver | maven-resolver-util | 1.4.2 | jar | Apache 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:
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.9.10 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.9.10 | jar | The Apache Software License, Version 2.0 |
net.sf.jopt-simple | jopt-simple | 4.6 | jar | The MIT License |
org.apache.commons | commons-math3 | 3.2 | jar | The Apache Software License, Version 2.0 |
org.codehaus.plexus | plexus-archiver | 2.2 | jar | The Apache Software License, Version 2.0 |
org.codehaus.plexus | plexus-io | 2.0.4 | 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.shared:maven-common-artifact-filters:jar:3.2.0
- org.apache.maven:maven-artifact:jar:3.1.1 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.0.15 (compile)
- org.apache.maven:maven-model:jar:3.1.1 (compile)
- org.apache.maven:maven-core:jar:3.1.1 (compile)
- org.apache.maven:maven-settings:jar:3.1.1 (compile)
- org.apache.maven:maven-settings-builder:jar:3.1.1 (compile)
- org.apache.maven:maven-repository-metadata:jar:3.1.1 (compile)
- org.apache.maven:maven-model-builder:jar:3.1.1 (compile)
- org.apache.maven:maven-aether-provider:jar:3.1.1 (compile)
- org.eclipse.aether:aether-spi:jar:0.9.0.M2 (compile)
- org.eclipse.aether:aether-impl:jar:0.9.0.M2 (compile)
- org.codehaus.plexus:plexus-interpolation:jar:1.19 (compile)
- org.codehaus.plexus:plexus-classworlds:jar:2.5.1 (compile)
- org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 (compile)
- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (compile)
- org.sonatype.plexus:plexus-cipher:jar:1.4 (compile)
- org.apache.maven:maven-plugin-api:jar:3.1.1 (compile)
- commons-io:commons-io:jar:2.6 (compile)
- org.eclipse.aether:aether-api:jar:0.9.0.M2 (compile)
- org.eclipse.aether:aether-util:jar:0.9.0.M2 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5 (compile)
- javax.enterprise:cdi-api:jar:1.0 (compile)
- javax.annotation:jsr250-api:jar:1.0 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- com.google.guava:guava:jar:10.0.1 (compile)
- com.google.code.findbugs:jsr305:jar:1.3.9 (compile)
- org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0 (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5 (compile)
- javax.enterprise:cdi-api:jar:1.0 (compile)
- org.apache.maven.resolver:maven-resolver-api:jar:1.4.2 (provided)
- org.apache.maven.resolver:maven-resolver-util:jar:1.4.2 (provided)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.3 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-core:jar:2.28.2 (test)
- net.bytebuddy:byte-buddy:jar:1.9.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.9.10 (test)
- org.objenesis:objenesis:jar:2.6 (test)
- org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.1.0 (test)
- org.codehaus.plexus:plexus-archiver:jar:2.2 (test)
- org.codehaus.plexus:plexus-io:jar:2.0.4 (test)
- org.codehaus.plexus:plexus-archiver:jar:2.2 (test)
- org.openjdk.jmh:jmh-core:jar:1.27 (test)
- net.sf.jopt-simple:jopt-simple:jar:4.6 (test)
- org.apache.commons:commons-math3:jar:3.2 (test)
- org.openjdk.jmh:jmh-generator-annprocess:jar:1.27 (test)
- org.apache.maven:maven-artifact:jar:3.1.1 (compile)
Licenses
Apache 2: Objenesis
Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component
Eclipse Public License 1.0: JUnit
The MIT License: JOpt Simple, mockito-core
Apache License, Version 2.0: Apache Commons IO, Apache Maven Common Artifact Filters, Apache Maven Shared Utils, CDI APIs, Maven Artifact Resolver API, Maven Artifact Resolver Utilities, Plexus :: Component Annotations
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform
Public Domain: AOP alliance
GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, Commons Math, FindBugs-jsr305, Guava: Google Core Libraries for Java, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus Archiver Component, Plexus Classworlds, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, Sisu Guice - Core Library, 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-1.3.9.jar | 33 kB | 72 | 35 | 3 | 1.5 | Yes |
guava-10.0.1.jar | 1.5 MB | 1185 | 1164 | 10 | 1.5 | Yes |
commons-io-2.6.jar | 214.8 kB | 146 | 127 | 7 | 1.7 | Yes |
jsr250-api-1.0.jar | 5.8 kB | 16 | 11 | 2 | 1.5 | Yes |
cdi-api-1.0.jar | 44.9 kB | 92 | 75 | 7 | 1.5 | 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.9.10.jar | 3.3 MB | 2368 | 2319 | 37 | - | Yes |
byte-buddy-agent-1.9.10.jar | 43.4 kB | 41 | 31 | 2 | - | Yes |
jopt-simple-4.6.jar | 62.5 kB | 58 | 48 | 3 | 1.5 | Yes |
commons-math3-3.2.jar | 1.7 MB | 1085 | 1001 | 61 | 1.5 | Yes |
maven-aether-provider-3.1.1.jar | 59.6 kB | 40 | 23 | 1 | 1.5 | Yes |
maven-artifact-3.1.1.jar | 52.3 kB | 57 | 32 | 11 | 1.5 | Yes |
maven-core-3.1.1.jar | 557.3 kB | 426 | 347 | 43 | 1.5 | Yes |
maven-model-3.1.1.jar | 154.2 kB | 67 | 50 | 3 | 1.5 | Yes |
maven-model-builder-3.1.1.jar | 159.6 kB | 147 | 114 | 16 | 1.5 | Yes |
maven-plugin-api-3.1.1.jar | 44.9 kB | 46 | 25 | 6 | 1.5 | Yes |
maven-repository-metadata-3.1.1.jar | 25.2 kB | 25 | 7 | 2 | 1.5 | Yes |
maven-settings-3.1.1.jar | 41.8 kB | 33 | 17 | 2 | 1.5 | Yes |
maven-settings-builder-3.1.1.jar | 41.6 kB | 53 | 32 | 5 | 1.5 | Yes |
maven-plugin-testing-harness-3.1.0.jar | 48.2 kB | 35 | 16 | 3 | 1.6 | Yes |
maven-resolver-api-1.4.2.jar | 146.8 kB | 156 | 132 | 12 | 1.7 | Yes |
maven-resolver-util-1.4.2.jar | 165 kB | 132 | 105 | 13 | 1.7 | Yes |
maven-shared-utils-3.3.3.jar | 154 kB | 103 | 79 | 9 | 1.7 | Yes |
plexus-archiver-2.2.jar | 185 kB | 137 | 112 | 12 | 1.5 | Yes |
plexus-classworlds-2.5.1.jar | 49.8 kB | 52 | 37 | 5 | 1.5 | Yes |
plexus-component-annotations-2.0.0.jar | 4.2 kB | 15 | 3 | 1 | 1.6 | No |
plexus-interpolation-1.19.jar | 61.7 kB | 60 | 44 | 6 | 1.5 | Yes |
plexus-io-2.0.4.jar | 58.3 kB | 62 | 43 | 5 | 1.5 | Yes |
plexus-utils-3.0.15.jar | 239 kB | 128 | 103 | 9 | 1.5 | Yes |
aether-api-0.9.0.M2.jar | 134 kB | 147 | 126 | 11 | 1.5 | Yes |
aether-impl-0.9.0.M2.jar | 144.9 kB | 98 | 80 | 2 | 1.5 | Yes |
aether-spi-0.9.0.M2.jar | 17.7 kB | 36 | 19 | 5 | 1.5 | Yes |
aether-util-0.9.0.M2.jar | 133.6 kB | 118 | 93 | 13 | 1.5 | Yes |
org.eclipse.sisu.inject-0.0.0.M5.jar | 291.4 kB | 236 | 219 | 8 | 1.5 | Yes |
org.eclipse.sisu.plexus-0.0.0.M5.jar | 196.5 kB | 196 | 164 | 20 | 1.5 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
mockito-core-2.28.2.jar | 591.2 kB | 635 | 562 | 65 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
jmh-core-1.27.jar | 544.9 kB | 369 | 338 | 13 | 1.7 | Yes |
jmh-generator-annprocess-1.27.jar | 30.8 kB | 25 | 9 | 2 | 1.7 | Yes |
plexus-cipher-1.4.jar | 13.5 kB | 20 | 6 | 1 | 1.4 | Yes |
plexus-sec-dispatcher-1.3.jar | 28.6 kB | 31 | 13 | 3 | 1.4 | Yes |
sisu-guice-3.1.0-no_aop.jar | 357.4 kB | 310 | 295 | 8 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
45 | 12.1 MB | 9581 | 8509 | 495 | 1.7 | 43 |
compile: 30 | compile: 4.8 MB | compile: 3978 | compile: 3355 | compile: 222 | - | compile: 28 |
test: 13 | test: 7 MB | test: 5315 | test: 4917 | test: 248 | - | test: 13 |
provided: 2 | provided: 311.8 kB | provided: 288 | provided: 237 | provided: 25 | - | provided: 2 |