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
com.google.guava failureaccess 1.0.1 jar The Apache Software License, Version 2.0
com.google.guava guava 30.1-jre jar Apache License, Version 2.0
com.google.inject guice 5.1.0 jar The Apache Software License, Version 2.0
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
org.apache.maven maven-api-core 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-artifact 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-model 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-model-builder 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-model-transform 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-plugin-api 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-repository-metadata 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-resolver-provider 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-settings 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-settings-builder 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-toolchain-builder 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-toolchain-model 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven.resolver maven-resolver-api 1.9.13 jar Apache-2.0
org.apache.maven.resolver maven-resolver-impl 1.9.13 jar Apache-2.0
org.apache.maven.resolver maven-resolver-spi 1.9.13 jar Apache-2.0
org.apache.maven.resolver maven-resolver-util 1.9.13 jar Apache-2.0
org.codehaus.plexus plexus-classworlds 2.6.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 4.0.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
org.eclipse.sisu org.eclipse.sisu.plexus 0.9.0.M2 jar Eclipse Public License, Version 1.0
org.slf4j slf4j-api 1.7.36 jar MIT License

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.11.0 jar Apache License, Version 2.0
commons-jxpath commons-jxpath 1.3 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-testing 1.0.0 jar Apache License, Version 2.0
org.hamcrest hamcrest-core 2.2 jar BSD License 3
org.hamcrest hamcrest-library 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter-api 5.9.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.9.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.9.1 jar Eclipse Public License v2.0
org.mockito mockito-core 4.11.0 jar The MIT License
org.slf4j slf4j-simple 1.7.36 jar MIT License
org.xmlunit xmlunit-assertj 2.6.4 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 Type Licenses
aopalliance aopalliance 1.0 jar Public Domain
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
org.apache.maven maven-api-meta 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-api-model 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-api-settings 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-api-toolchain 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-api-xml 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-builder-support 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven maven-xml-impl 4.0.0-alpha-7 jar Apache-2.0
org.apache.maven.resolver maven-resolver-named-locks 1.9.13 jar Apache-2.0
org.codehaus.plexus plexus-cipher 2.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.26 jar Apache License, Version 2.0
org.codehaus.plexus plexus-sec-dispatcher 2.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-xml 4.0.1 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
javax.xml.bind jaxb-api 2.3.0 jar CDDL 1.1GPL2 w/ CPE
net.bytebuddy byte-buddy 1.12.19 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.assertj assertj-core 2.9.0 jar Apache License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.junit.platform junit-platform-commons 1.9.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.9.1 jar Eclipse Public License v2.0
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.2.0 jar The Apache License, Version 2.0
org.xmlunit xmlunit-core 2.6.4 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

CDDL 1.1: jaxb-api

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: SLF4J API Module, SLF4J Simple Binding

BSD License 3: Hamcrest, Hamcrest Core, Hamcrest Library

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

Public Domain: AOP alliance

GPL2 w/ CPE: jaxb-api

Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus

The MIT License: mockito-core

Apache-2.0: Implementation of Maven API XML, Maven 4 API :: Core, Maven 4 API :: Model, Maven 4 API :: Settings, Maven 4 API :: Toolchain, Maven 4 API Meta annotations, Maven 4 API XML, 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 Core, Maven Model, Maven Model Builder, Maven Model XML Transform, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Maven Toolchain Builder, Maven Toolchain Model

Apache License, Version 2.0: Apache Commons IO, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, Objenesis, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component, Plexus Testing, Plexus XML Utilities

CDDL + GPLv2 with classpath exception: javax.annotation API

The Apache Software License, Version 2.0: Commons JXPath, Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, javax.inject, org.xmlunit:xmlunit-assertj, 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
failureaccess-1.0.1.jar 4.6 kB 15 2 1 1.7 Yes
guava-30.1-jre.jar 2.9 MB 2059 2029 18 1.8 Yes
guice-5.1.0.jar 777.6 kB 512 494 11 1.8 Yes
commons-io-2.11.0.jar 327.1 kB 224 201 11 1.8 Yes
commons-jxpath-1.3.jar 300 kB 208 180 16 1.3 Yes
javax.annotation-api-1.3.2.jar 26.6 kB 29 15 3 1.8 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 9 Yes
byte-buddy-1.12.19.jar 4 MB 2742 2688 39 9 Yes
byte-buddy-agent-1.12.19.jar 256.4 kB 90 70 3 9 Yes
maven-api-core-4.0.0-alpha-7.jar 107.2 kB 144 126 5 1.8 Yes
maven-api-meta-4.0.0-alpha-7.jar 11.5 kB 25 10 1 1.8 No
maven-api-model-4.0.0-alpha-7.jar 195.2 kB 125 110 1 1.8 Yes
maven-api-settings-4.0.0-alpha-7.jar 81.9 kB 67 52 1 1.8 Yes
maven-api-toolchain-4.0.0-alpha-7.jar 36.6 kB 41 26 1 1.8 Yes
maven-api-xml-4.0.0-alpha-7.jar 8.4 kB 16 1 1 1.8 Yes
maven-artifact-4.0.0-alpha-7.jar 60.8 kB 60 35 11 1.8 Yes
maven-builder-support-4.0.0-alpha-7.jar 15.1 kB 24 10 1 1.8 Yes
maven-model-4.0.0-alpha-7.jar 312.9 kB 89 72 3 1.8 Yes
maven-model-builder-4.0.0-alpha-7.jar 209.3 kB 172 135 18 1.8 Yes
maven-model-transform-4.0.0-alpha-7.jar 35 kB 33 17 2 1.8 Yes
maven-plugin-api-4.0.0-alpha-7.jar 78.3 kB 69 50 5 1.8 Yes
maven-repository-metadata-4.0.0-alpha-7.jar 29.1 kB 27 9 2 1.8 Yes
maven-resolver-provider-4.0.0-alpha-7.jar 75.6 kB 50 33 1 1.8 Yes
maven-settings-4.0.0-alpha-7.jar 123.6 kB 52 35 3 1.8 Yes
maven-settings-builder-4.0.0-alpha-7.jar 45.3 kB 53 32 5 1.8 Yes
maven-toolchain-builder-4.0.0-alpha-7.jar 22.1 kB 32 13 3 1.8 Yes
maven-toolchain-model-4.0.0-alpha-7.jar 43.4 kB 32 16 2 1.8 Yes
maven-xml-impl-4.0.0-alpha-7.jar 19.5 kB 21 6 1 1.8 Yes
maven-resolver-api-1.9.13.jar 157.4 kB 170 146 12 1.8 Yes
maven-resolver-impl-1.9.13.jar 316.9 kB 208 178 14 1.8 Yes
maven-resolver-named-locks-1.9.13.jar 37.6 kB 40 22 3 1.8 Yes
maven-resolver-spi-1.9.13.jar 50.9 kB 83 57 12 1.8 Yes
maven-resolver-util-1.9.13.jar 194.7 kB 156 129 13 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
assertj-core-2.9.0.jar 1.1 MB 858 807 30 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-testing-1.0.0.jar 6.6 kB 13 2 1 1.8 Yes
plexus-utils-4.0.0.jar 192.4 kB 128 86 7 11 Yes
plexus-xml-4.0.1.jar 89.2 kB 43 24 2 1.8 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
hamcrest-library-2.2.jar 1.5 kB 8 1 1 1.7 Yes
junit-jupiter-api-5.9.1.jar 207.7 kB 194 179 8 9 Yes
junit-jupiter-engine-5.9.1.jar 246.5 kB 151 134 9 9 Yes
junit-jupiter-params-5.9.1.jar 578.9 kB 377 343 22 9 Yes
junit-platform-commons-1.9.1.jar 103 kB 64 44 7 9 Yes
junit-platform-engine-1.9.1.jar 188.2 kB 143 127 9 9 Yes
mockito-core-4.11.0.jar 684.9 kB 651 579 64 1.8 Yes
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes
opentest4j-1.2.0.jar 7.7 kB 11 7 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
xmlunit-assertj-2.6.4.jar 40 kB 42 31 2 1.7 Yes
xmlunit-core-2.6.4.jar 168.3 kB 171 155 8 1.6 Yes
Total Size Entries Classes Packages Java Version Debug Information
62 15.6 MB 11661 10421 480 11 59
compile: 40 compile: 7.1 MB compile: 5360 compile: 4597 compile: 216 11 compile: 37
test: 22 test: 8.5 MB test: 6301 test: 5824 test: 264 9 test: 22