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-codec commons-codec 1.6 jar The Apache Software License, Version 2.0
commons-io commons-io 2.5 jar Apache License, Version 2.0
org.apache.maven maven-archiver 3.2.0 jar Apache License, Version 2.0
org.apache.maven maven-artifact 3.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-core 3.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-model 3.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-api 3.0 jar The Apache Software License, Version 2.0
org.apache.maven.shared file-management 3.0.0 jar Apache License, Version 2.0
org.apache.maven.shared maven-artifact-transfer 0.9.0 jar Apache License, Version 2.0
org.apache.maven.shared maven-common-artifact-filters 3.0.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-filtering 3.1.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-shared-io 3.0.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-archiver 3.5 jar Apache License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.24 jar Apache License, Version 2.0
org.codehaus.plexus plexus-io 3.0.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 3.1.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
jaxen jaxen 1.0-FCS jar -
jdom jdom 1.0 jar -
junit junit 4.12 jar Eclipse Public License 1.0
org.apache.maven maven-compat 3.0 jar The Apache Software License, Version 2.0
org.apache.maven.plugin-testing maven-plugin-testing-harness 2.1 jar The Apache Software License, Version 2.0
org.apache.maven.plugin-testing maven-plugin-testing-tools 2.1 jar The Apache Software License, Version 2.0
org.apache.maven.plugin-testing maven-test-tools 2.1 jar The Apache Software License, Version 2.0
org.easymock easymock 2.5.2 jar Apache 2
org.easymock easymockclassextension 2.5.2 jar Apache 2
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.hamcrest hamcrest-library 1.3 jar New BSD License
saxpath saxpath 1.0-FCS jar -

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
com.google.code.findbugs jsr305 3.0.0 jar The Apache Software License, Version 2.0
org.apache.maven.plugin-tools maven-plugin-annotations 3.4 jar Apache License, Version 2.0
org.codehaus.plexus plexus-component-annotations 1.6 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 Classifier Type Licenses
org.apache.commons commons-compress 1.14 - jar Apache License, Version 2.0
org.apache.maven maven-model-builder 3.0 - jar The Apache Software License, Version 2.0
org.apache.maven maven-repository-metadata 3.0 - jar The Apache Software License, Version 2.0
org.apache.maven maven-settings 3.0 - jar The Apache Software License, Version 2.0
org.apache.maven maven-settings-builder 3.0 - jar The Apache Software License, Version 2.0
org.apache.maven.shared maven-shared-utils 3.1.0 - jar Apache License, Version 2.0
org.apache.maven.wagon wagon-provider-api 1.0-beta-6 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.2.3 - jar The Apache Software License, Version 2.0
org.iq80.snappy snappy 0.4 - jar Apache License 2.0
org.slf4j slf4j-api 1.7.5 - jar MIT License
org.sonatype.aether aether-api 1.7 - jar The Apache Software License, Version 2.0
org.sonatype.aether aether-impl 1.7 - jar The Apache Software License, Version 2.0
org.sonatype.aether aether-spi 1.7 - jar The Apache Software License, Version 2.0
org.sonatype.aether aether-util 1.7 - jar The Apache Software License, Version 2.0
org.sonatype.plexus plexus-build-api 0.0.7 - jar Apache Public License 2.0
org.sonatype.plexus plexus-cipher 1.4 - jar Apache Public License 2.0
org.sonatype.plexus plexus-sec-dispatcher 1.3 - jar Apache Public License 2.0
org.sonatype.sisu sisu-guice 2.1.7 noaop jar The Apache Software License, Version 2.0
org.sonatype.sisu sisu-inject-bean 1.4.2 - jar The Apache Software License, Version 2.0
org.sonatype.sisu sisu-inject-plexus 1.4.2 - jar The Apache Software License, Version 2.0

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
org.apache.maven maven-aether-provider 3.0 jar The Apache Software License, Version 2.0
org.tukaani xz 1.6 jar Public Domain

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
cglib cglib-nodep 2.2 jar ASF 2.0
org.apache.maven.shared maven-invoker 2.0.11 jar The Apache Software License, Version 2.0
org.objenesis objenesis 1.2 jar Apache 2

Project Dependency Graph

Dependency Tree

Licenses

ASF 2.0: Code Generation Library

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component, plexus-build-api

Public Domain: XZ for Java

New BSD License: Hamcrest Core, Hamcrest library

Apache 2: EasyMock, EasyMock class extension, Objenesis

Unknown: jaxen, jdom, saxpath

Eclipse Public License 1.0: JUnit

Apache License, Version 2.0: Apache Commons Compress, Apache Commons IO, Apache Maven Archiver, Apache Maven Artifact Transfer, Apache Maven Assembly Plugin, Apache Maven Common Artifact Filters, Apache Maven File Management API, Apache Maven Filtering, Apache Maven Shared I/O API, Apache Maven Shared Utils, Maven Plugin Tools Java 5 Annotations, Plexus Archiver Component, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API

Apache License 2.0: snappy

MIT License: SLF4J API Module

The Apache Software License, Version 2.0: Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Commons Codec, FindBugs-jsr305, Maven Aether Provider, Maven Artifact, Maven Compat, Maven Core, Maven Invoker, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Plugin Testing Tools, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Maven Testing Tools, Maven Wagon API, Plexus :: Component Annotations, Plexus Classworlds, Sisu - Guice, Sisu - Inject (JSR330 bean support), Sisu - Inject (Plexus bean support)

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
cglib-nodep-2.2.jar 322.4 kB 253 249 9 1.2 Yes No
jsr305-3.0.0.jar 33 kB 72 35 3 1.5 Yes No
commons-codec-1.6.jar 232.8 kB 218 76 6 1.5 Yes No
commons-io-2.5.jar 208.7 kB 142 123 7 1.6 Yes No
jaxen-1.0-FCS.jar 191.9 kB 205 191 11 1.1 Yes No
jdom-1.0.jar 153.3 kB 87 75 8 1.1 Yes No
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes No
commons-compress-1.14.jar 530 kB 328 290 26 1.7 Yes No
maven-aether-provider-3.0.jar 51.2 kB 38 21 1 1.5 Yes No
maven-archiver-3.2.0.jar 23.7 kB 19 5 1 1.7 Yes No
maven-artifact-3.0.jar 51.9 kB 57 32 11 1.5 Yes No
maven-compat-3.0.jar 284.9 kB 213 161 29 1.5 Yes No
maven-core-3.0.jar 527 kB 406 332 39 1.5 Yes No
maven-model-3.0.jar 164.7 kB 67 50 3 1.5 Yes No
maven-model-builder-3.0.jar 148 kB 142 109 16 1.5 Yes No
maven-plugin-api-3.0.jar 48.9 kB 46 25 6 1.5 Yes No
maven-repository-metadata-3.0.jar 30.1 kB 25 7 2 1.5 Yes No
maven-settings-3.0.jar 46.7 kB 33 17 2 1.5 Yes No
maven-settings-builder-3.0.jar 37.8 kB 49 28 5 1.5 Yes No
maven-plugin-testing-harness-2.1.jar 38.9 kB 29 11 2 1.5 Yes No
maven-plugin-testing-tools-2.1.jar 28.5 kB 28 10 1 1.5 Yes No
maven-test-tools-2.1.jar 17.2 kB 25 8 2 1.5 Yes No
maven-plugin-annotations-3.4.jar 14.2 kB 22 7 1 1.5 Yes No
file-management-3.0.0.jar 35.3 kB 36 15 4 1.6 Yes No
maven-artifact-transfer-0.9.0.jar 123 kB 120 80 21 1.6 Yes No
maven-common-artifact-filters-3.0.1.jar 61.5 kB 62 43 4 1.6 Yes No
maven-filtering-3.1.1.jar 50.8 kB 39 22 1 1.6 Yes No
maven-invoker-2.0.11.jar 28.9 kB 33 16 1 1.4 Yes No
maven-shared-io-3.0.0.jar 41.5 kB 50 28 5 1.6 Yes No
maven-shared-utils-3.1.0.jar 163.7 kB 107 82 10 1.6 Yes No
wagon-provider-api-1.0-beta-6.jar 53.2 kB 62 41 8 1.4 Yes No
plexus-archiver-3.5.jar 186.7 kB 161 129 18 1.7 Yes No
plexus-classworlds-2.2.3.jar 46.1 kB 51 36 5 1.4 Yes No
plexus-component-annotations-1.6.jar 4.3 kB 15 3 1 1.5 No No
plexus-interpolation-1.24.jar 78.9 kB 76 59 7 1.5 Yes No
plexus-io-3.0.0.jar 74 kB 84 63 7 1.7 Yes No
plexus-utils-3.1.0.jar 261.6 kB 129 104 9 1.6 Yes No
easymock-2.5.2.jar 94.6 kB 87 78 3 1.5 Yes No
easymockclassextension-2.5.2.jar 37.1 kB 27 18 2 1.5 Yes No
hamcrest-core-1.3.jar 45 kB 52 45 3 1.5 Yes No
hamcrest-library-1.3.jar 53.1 kB 46 35 7 1.5 Yes No
snappy-0.4.jar 58 kB 34 24 1 1.6 Yes No
objenesis-1.2.jar 36 kB 46 32 8 1.3 Yes No
slf4j-api-1.7.5.jar 26.1 kB 34 23 3 1.5 Yes No
aether-api-1.7.jar 74.2 kB 102 82 11 1.5 Yes No
aether-impl-1.7.jar 106.3 kB 72 58 2 1.5 Yes No
aether-spi-1.7.jar 13.5 kB 31 16 4 1.5 Yes No
aether-util-1.7.jar 107.9 kB 101 78 13 1.5 Yes No
plexus-build-api-0.0.7.jar 8.5 kB 19 4 1 1.4 Yes No
plexus-cipher-1.4.jar 13.5 kB 20 6 1 1.4 Yes No
plexus-sec-dispatcher-1.3.jar 28.6 kB 31 13 3 1.4 Yes No
sisu-guice-2.1.7-noaop.jar 471.7 kB 416 402 8 1.5 Yes No
sisu-inject-bean-1.4.2.jar 153 kB 165 138 13 1.5 Yes No
sisu-inject-plexus-1.4.2.jar 201.7 kB 199 156 26 1.5 Yes No
xz-1.6.jar 103.1 kB 121 108 9 1.4 No Yes
saxpath-1.0-FCS.jar 23.6 kB 25 16 4 1.1 Yes No
Total Size Entries Classes Packages Java Version Debug Information Sealed
56 6.4 MB 5480 4201 444 1.7 54 1
compile: 36 compile: 4.5 MB compile: 3733 compile: 2796 compile: 309 - compile: 36 -
test: 15 test: 1.7 MB test: 1479 test: 1231 test: 120 - test: 15 -
runtime: 2 runtime: 154.3 kB runtime: 159 runtime: 129 runtime: 10 - runtime: 1 runtime: 1
provided: 3 provided: 51.5 kB provided: 109 provided: 45 provided: 5 - provided: 2 -