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.commons commons-collections4 4.2 jar Apache License, Version 2.0
org.apache.commons commons-lang3 3.8.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-artifact-transfer 0.13.1 jar Apache License, Version 2.0
org.apache.maven.shared maven-dependency-tree 3.0.1 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 3.3.0 jar Apache License, Version 2.0
org.jdom jdom2 2.0.6.1 jar Similar to Apache License but with the acknowledgment clause removed
org.ow2.asm asm 9.2 jar BSD-3-Clause
org.ow2.asm asm-commons 9.2 jar BSD-3-Clause
org.slf4j slf4j-api 1.7.32 jar MIT License
org.vafer jdependency 2.7.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 Classifier Type Licenses
junit junit 4.13.2 - jar Eclipse Public License 1.0
org.eclipse.sisu org.eclipse.sisu.plexus 0.3.5 - jar Eclipse Public License, Version 1.0
org.hamcrest hamcrest-core 2.2 - jar BSD License 3
org.mockito mockito-core 2.28.2 - jar The MIT License
org.slf4j slf4j-simple 1.7.32 - jar MIT License
org.sonatype.sisu sisu-guice 3.2.6 no_aop jar The Apache Software License, Version 2.0
org.xmlunit xmlunit-legacy 2.7.0 - jar The BSD 3-Clause License

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
javax.inject javax.inject 1 jar The Apache Software 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.plugin-tools maven-plugin-annotations 3.5.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:

GroupId ArtifactId Version Type Licenses
org.apache.maven.shared maven-common-artifact-filters 3.1.0 jar Apache License, Version 2.0
org.apache.maven.shared maven-shared-utils 3.1.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-component-annotations 2.0.0 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.ow2.asm asm-analysis 9.2 jar BSD-3-Clause
org.ow2.asm asm-tree 9.2 jar BSD-3-Clause

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.guava guava 16.0.1 jar The Apache Software License, Version 2.0
javax.annotation javax.annotation-api 1.2 jar CDDL + GPLv2 with classpath exception
javax.enterprise cdi-api 1.2 jar Apache License, Version 2.0
javax.xml.bind jaxb-api 2.3.0 jar CDDL 1.1GPL2 w/ CPE
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
org.eclipse.sisu org.eclipse.sisu.inject 0.3.5 jar Eclipse Public License, Version 1.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.objenesis objenesis 2.6 jar Apache 2
org.xmlunit xmlunit-core 2.7.0 jar The Apache Software License, Version 2.0

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 maven-aether-provider 3.1.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-model-builder 3.1.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-repository-metadata 3.1.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-settings 3.1.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-settings-builder 3.1.1 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.5.1 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.19 jar The Apache Software License, Version 2.0
org.eclipse.aether aether-impl 0.9.0.M2 jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-spi 0.9.0.M2 jar Eclipse Public License, Version 1.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

Project Dependency Graph

Dependency Tree

Licenses

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

CDDL 1.1: jaxb-api

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module, SLF4J Simple Binding

BSD-3-Clause: asm, asm-analysis, asm-commons, asm-tree

BSD License 3: Hamcrest, Hamcrest Core

Public Domain: AOP alliance

GPL2 w/ CPE: jaxb-api

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

Similar to Apache License but with the acknowledgment clause removed: JDOM

The BSD 3-Clause License: org.xmlunit:xmlunit-legacy

The MIT License: mockito-core

Apache License, Version 2.0: Apache Commons Collections, Apache Commons IO, Apache Commons Lang, Apache Maven Artifact Transfer, Apache Maven Common Artifact Filters, Apache Maven Dependency Tree, Apache Maven Shade Plugin, Apache Maven Shared Utils, CDI APIs, Maven Plugin Tools Java 5 Annotations, Plexus :: Component Annotations, Plexus Common Utilities, jdependency

CDDL + GPLv2 with classpath exception: javax.annotation API

The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, Guava: Google Core Libraries for Java, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, org.xmlunit:xmlunit-core

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
guava-16.0.1.jar 2.2 MB 1709 1678 17 1.6 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
cdi-api-1.2.jar 71.1 kB 118 98 7 1.6 Yes
javax.inject-1.jar 2.5 kB 8 6 1 1.5 No
jaxb-api-2.3.0.jar 125.6 kB 136 111 7 - Yes
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
commons-collections4-4.2.jar 752.8 kB 552 521 19 1.7 Yes
commons-lang3-3.8.1.jar 501.9 kB 297 272 13 1.7 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-annotations-3.5.2.jar 14.3 kB 22 7 1 1.6 Yes
maven-artifact-transfer-0.13.1.jar 159.3 kB 154 108 26 1.7 Yes
maven-common-artifact-filters-3.1.0.jar 61.2 kB 62 43 4 1.7 Yes
maven-dependency-tree-3.0.1.jar 36.7 kB 41 20 4 1.6 Yes
maven-shared-utils-3.1.0.jar 163.7 kB 107 82 10 1.6 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-utils-3.3.0.jar 263.3 kB 130 105 9 1.6 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.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-2.2.jar 123.4 kB 122 108 11 1.7 Yes
hamcrest-core-2.2.jar 1.5 kB 8 1 1 1.7 Yes
jdom2-2.0.6.1.jar 327.8 kB 227 207 15 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
asm-9.2.jar 122 kB 44 38 3 - Yes
asm-analysis-9.2.jar 34.3 kB 22 15 2 - Yes
asm-commons-9.2.jar 72.6 kB 34 28 2 - Yes
asm-tree-9.2.jar 52.7 kB 45 39 2 - Yes
slf4j-api-1.7.32.jar 41.5 kB 46 34 4 1.5 Yes
slf4j-simple-1.7.32.jar 15.3 kB 20 10 1 1.5 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.2.6-no_aop.jar 421.8 kB 345 330 8 1.6 Yes
jdependency-2.7.0.jar 232.7 kB 119 90 10 1.8 Yes
xmlunit-core-2.7.0.jar 168.4 kB 171 155 8 1.6 Yes
xmlunit-legacy-2.7.0.jar 128.1 kB 102 88 5 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
53 13 MB 10279 9153 513 1.8 51
compile: 18 compile: 3.3 MB compile: 2306 compile: 1951 compile: 155 - compile: 17
test: 18 test: 8.2 MB test: 6752 test: 6343 test: 245 - test: 18
provided: 17 provided: 1.5 MB provided: 1221 provided: 859 provided: 113 - provided: 16