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.16.1 jar Apache-2.0
org.apache.commons commons-compress 1.26.2 jar Apache-2.0
org.codehaus.plexus plexus-utils 3.5.1 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.7 jar BSD-3-Clause
org.ow2.asm asm-commons 9.7 jar BSD-3-Clause
org.slf4j slf4j-api 1.7.36 jar MIT License
org.vafer jdependency 2.10 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
com.google.inject guice 5.1.0 jar The Apache Software License, Version 2.0
junit junit 4.13.2 jar Eclipse Public License 1.0
org.apache.maven maven-compat 3.9.7 jar Apache-2.0
org.apache.maven.plugin-testing maven-plugin-testing-harness 3.3.0 jar Apache License, Version 2.0
org.eclipse.sisu org.eclipse.sisu.plexus 0.9.0.M2 jar Eclipse Public License, Version 1.0
org.hamcrest hamcrest-core 2.2 jar BSD License 3
org.mockito mockito-core 3.12.4 jar The MIT License
org.slf4j slf4j-simple 1.7.36 jar MIT License
org.xmlunit xmlunit-legacy 2.10.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.9.7 jar Apache-2.0
org.apache.maven maven-core 3.9.7 jar Apache-2.0
org.apache.maven maven-model 3.9.7 jar Apache-2.0
org.apache.maven maven-plugin-api 3.9.7 jar Apache-2.0
org.apache.maven.plugin-tools maven-plugin-annotations 3.12.0 jar Apache-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
commons-codec commons-codec 1.17.0 jar Apache-2.0
org.apache.commons commons-lang3 3.14.0 jar Apache-2.0
org.ow2.asm asm-tree 9.7 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
classworlds classworlds 1.1-alpha-2 jar -
jakarta.activation jakarta.activation-api 1.2.2 jar EDL 1.0
jakarta.xml.bind jakarta.xml.bind-api 2.3.3 jar Eclipse Distribution License - v 1.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
net.bytebuddy byte-buddy 1.11.13 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.11.13 jar Apache License, Version 2.0
org.apache.maven.wagon wagon-provider-api 3.5.3 jar Apache License, Version 2.0
org.codehaus.plexus plexus-archiver 2.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-container-default 1.0-alpha-9-stable-1 jar -
org.codehaus.plexus plexus-io 2.0.4 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.xmlunit xmlunit-core 2.10.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
com.google.guava failureaccess 1.0.2 jar The Apache Software License, Version 2.0
com.google.guava guava 33.2.0-jre jar Apache License, Version 2.0
org.apache.maven maven-builder-support 3.9.7 jar Apache-2.0
org.apache.maven maven-model-builder 3.9.7 jar Apache-2.0
org.apache.maven maven-repository-metadata 3.9.7 jar Apache-2.0
org.apache.maven maven-resolver-provider 3.9.7 jar Apache-2.0
org.apache.maven maven-settings 3.9.7 jar Apache-2.0
org.apache.maven maven-settings-builder 3.9.7 jar Apache-2.0
org.apache.maven.resolver maven-resolver-api 1.9.20 jar Apache-2.0
org.apache.maven.resolver maven-resolver-impl 1.9.20 jar Apache-2.0
org.apache.maven.resolver maven-resolver-named-locks 1.9.20 jar Apache-2.0
org.apache.maven.resolver maven-resolver-spi 1.9.20 jar Apache-2.0
org.apache.maven.resolver maven-resolver-util 1.9.20 jar Apache-2.0
org.apache.maven.shared maven-shared-utils 3.4.2 jar Apache-2.0
org.codehaus.plexus plexus-cipher 2.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.8.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-component-annotations 2.1.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.27 jar Apache License, Version 2.0
org.codehaus.plexus plexus-sec-dispatcher 2.0 jar Apache License, Version 2.0
org.eclipse.sisu org.eclipse.sisu.inject 0.9.0.M2 jar Eclipse Public License, Version 1.0

Project Dependency Graph

Dependency Tree

Licenses

Eclipse Public License 1.0: JUnit

MIT License: SLF4J API Module, SLF4J Simple Binding

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

BSD License 3: Hamcrest, Hamcrest Core

Public Domain: AOP alliance

Eclipse Public License, Version 1.0: 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

Unknown: Default Plexus Container, classworlds

EDL 1.0: Jakarta Activation API jar

The MIT License: mockito-core

Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Maven Shade Plugin, Apache Maven Shared Utils, Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Named Locks, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Compat, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

Apache License, Version 2.0: Apache Maven Wagon :: API, Byte Buddy (without dependencies), Byte Buddy agent, CDI APIs, Guava: Google Core Libraries for Java, Maven Plugin Testing Mechanism, Objenesis, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component, jdependency

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

CDDL + GPLv2 with classpath exception: javax.annotation API

The Apache Software License, Version 2.0: Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, Plexus Archiver Component, Plexus IO Components, 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
classworlds-1.1-alpha-2.jar 37.5 kB 32 22 3 1.1 Yes
failureaccess-1.0.2.jar 4.7 kB 15 2 1 1.7 Yes
guava-33.2.0-jre.jar 3.1 MB 2061 2022 18 1.8 Yes
guice-5.1.0.jar 777.6 kB 512 494 11 1.8 Yes
commons-codec-1.17.0.jar 372.6 kB 262 115 8 9 Yes
commons-io-2.16.1.jar 508.8 kB 374 347 16 9 Yes
jakarta.activation-api-1.2.2.jar 46.6 kB 43 32 2 9 Yes
jakarta.xml.bind-api-2.3.3.jar 115.6 kB 137 111 7 9 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
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
byte-buddy-1.11.13.jar 3.6 MB 2579 2523 38 9 Yes
byte-buddy-agent-1.11.13.jar 252.2 kB 81 63 2 9 Yes
commons-compress-1.26.2.jar 1.1 MB 624 572 37 9 Yes
commons-lang3-3.14.0.jar 658 kB 436 404 19 9 Yes
maven-artifact-3.9.7.jar 58.7 kB 59 34 11 1.8 Yes
maven-builder-support-3.9.7.jar 14.3 kB 24 10 1 1.8 Yes
maven-compat-3.9.7.jar 290 kB 215 163 29 1.8 Yes
maven-core-3.9.7.jar 702.4 kB 521 434 57 1.8 Yes
maven-model-3.9.7.jar 217.8 kB 97 80 3 1.8 Yes
maven-model-builder-3.9.7.jar 208.1 kB 164 130 17 1.8 Yes
maven-plugin-api-3.9.7.jar 47.3 kB 48 27 6 1.8 Yes
maven-repository-metadata-3.9.7.jar 28.5 kB 27 9 2 1.8 Yes
maven-resolver-provider-3.9.7.jar 75 kB 49 32 1 1.8 Yes
maven-settings-3.9.7.jar 44.6 kB 35 19 2 1.8 Yes
maven-settings-builder-3.9.7.jar 42.3 kB 53 32 5 1.8 Yes
maven-plugin-testing-harness-3.3.0.jar 51 kB 36 17 3 1.6 Yes
maven-plugin-annotations-3.12.0.jar 13.8 kB 22 7 1 1.8 Yes
maven-resolver-api-1.9.20.jar 157.1 kB 169 145 12 1.8 Yes
maven-resolver-impl-1.9.20.jar 317.7 kB 208 178 14 1.8 Yes
maven-resolver-named-locks-1.9.20.jar 38.1 kB 40 22 3 1.8 Yes
maven-resolver-spi-1.9.20.jar 51.7 kB 84 58 12 1.8 Yes
maven-resolver-util-1.9.20.jar 196 kB 156 129 13 1.8 Yes
maven-shared-utils-3.4.2.jar 151.1 kB 103 79 9 1.8 Yes
wagon-provider-api-3.5.3.jar 55.1 kB 60 39 8 1.7 Yes
plexus-archiver-2.2.jar 185 kB 137 112 12 1.5 Yes
plexus-cipher-2.0.jar 13 kB 19 5 1 1.7 Yes
plexus-classworlds-2.8.0.jar 53.6 kB 51 36 5 1.8 Yes
plexus-component-annotations-2.1.0.jar 4.2 kB 15 3 1 1.6 No
plexus-container-default-1.0-alpha-9-stable-1.jar 194.2 kB 215 175 28 1.1 Yes
plexus-interpolation-1.27.jar 85.9 kB 79 62 7 1.8 Yes
plexus-io-2.0.4.jar 58.3 kB 62 43 5 1.5 Yes
plexus-sec-dispatcher-2.0.jar 23.6 kB 30 12 3 1.7 Yes
plexus-utils-3.5.1.jar 269.3 kB 152 108 9 11 Yes
org.eclipse.sisu.inject-0.9.0.M2.jar 424.6 kB 318 294 9 1.8 Yes
org.eclipse.sisu.plexus-0.9.0.M2.jar 209.8 kB 203 165 20 1.8 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-3.12.4.jar 682.3 kB 670 596 66 1.8 Yes
objenesis-3.2.jar 49.4 kB 59 43 10 1.8 Yes
asm-9.7.jar 125.4 kB 45 39 3 9 Yes
asm-commons-9.7.jar 73.4 kB 34 28 2 9 Yes
asm-tree-9.7.jar 51.9 kB 45 39 2 9 Yes
slf4j-api-1.7.36.jar 41.1 kB 46 34 4 1.5 Yes
slf4j-simple-1.7.36.jar 15.3 kB 20 10 1 1.5 Yes
jdependency-2.10.jar 416 kB 255 213 22 9 Yes
xmlunit-core-2.10.0.jar 180.8 kB 183 166 9 1.7 Yes
xmlunit-legacy-2.10.0.jar 129.2 kB 102 88 5 1.7 Yes
Total Size Entries Classes Packages Java Version Debug Information
61 17.5 MB 12982 11416 667 11 59
compile: 11 compile: 3.9 MB compile: 2500 compile: 2106 compile: 137 11 compile: 11
provided: 26 provided: 6 MB provided: 4455 provided: 3867 provided: 215 provided: 24
test: 24 test: 7.6 MB test: 6027 test: 5443 test: 315 9 test: 24