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 |
---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-artifact | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-builder-support | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model-transform | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-xml-impl | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | plexus-utils | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-interpolation | 1.26 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.3.5 | 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 |
---|---|---|---|---|
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 |
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.junit.jupiter | junit-jupiter-engine | 5.8.1 | jar | Eclipse Public License v2.0 |
org.xmlunit | xmlunit-core | 2.6.4 | jar | The Apache Software License, Version 2.0 |
org.xmlunit | xmlunit-matchers | 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 |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-api-meta | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-api-model | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-api-xml | 4.0.0-alpha-3 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 3.5.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 |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
javax.annotation | javax.annotation-api | 1.3.2 | jar | CDDL + GPLv2 with classpath exception |
javax.xml.bind | jaxb-api | 2.3.0 | jar | CDDL 1.1GPL2 w/ CPE |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.codehaus.plexus | plexus-classworlds | 2.6.0 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-component-annotations | 2.1.0 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.8.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.8.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.8.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.maven:maven-model-builder:jar:4.0.0-alpha-3
- org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-api-xml:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-api-meta:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-api-xml:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:plexus-utils:jar:4.0.0-alpha-3 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.5.0 (compile)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (compile)
- javax.inject:javax.inject:jar:1 (compile)
- org.apache.maven:maven-model:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-api-model:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-artifact:jar:4.0.0-alpha-3 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.apache.maven:maven-builder-support:jar:4.0.0-alpha-3 (compile)
- org.apache.maven:maven-model-transform:jar:4.0.0-alpha-3 (compile)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (compile)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (test)
- javax.annotation:javax.annotation-api:jar:1.3.2 (test)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (test)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (test)
- com.google.inject:guice:jar:5.1.0 (test)
- aopalliance:aopalliance:jar:1.0 (test)
- com.google.guava:guava:jar:30.1-jre (test)
- com.google.guava:failureaccess:jar:1.0.1 (test)
- org.xmlunit:xmlunit-core:jar:2.6.4 (test)
- javax.xml.bind:jaxb-api:jar:2.3.0 (test)
- org.xmlunit:xmlunit-matchers:jar:2.6.4 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.1 (test)
- org.hamcrest:hamcrest-core:jar:2.2 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-3 (compile)
Licenses
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
CDDL 1.1: jaxb-api
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD License 3: Hamcrest, Hamcrest Core
Apache License, Version 2.0: Apache Commons Lang, Guava: Google Core Libraries for Java, Maven API Meta annotations, Maven API Model, Maven API XML, Maven Artifact, Maven Builder Support, Maven Model, Maven Model Builder, Maven Model XML Transform, Maven XML Implementation, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, plexus-utils
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
CDDL + GPLv2 with classpath exception: javax.annotation API
Public Domain: AOP alliance
GPL2 w/ CPE: jaxb-api
The Apache Software License, Version 2.0: Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, javax.inject, org.xmlunit:xmlunit-core, org.xmlunit:xmlunit-matchers
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 |
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 | - | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
maven-api-meta/target/classes | - | 0 | 0 | 0 | - | No |
maven-api-model/target/classes | - | 0 | 0 | 0 | - | No |
maven-api-xml/target/classes | - | 0 | 0 | 0 | - | No |
maven-artifact/target/classes | - | 0 | 0 | 0 | - | No |
maven-builder-support/target/classes | - | 0 | 0 | 0 | - | No |
maven-model/target/classes | - | 0 | 0 | 0 | - | No |
maven-model-transform/target/classes | - | 0 | 0 | 0 | - | No |
maven-xml-impl/target/classes | - | 0 | 0 | 0 | - | No |
plexus-utils/target/classes | - | 0 | 0 | 0 | - | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | 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-utils-3.5.0.jar | 267.2 kB | 145 | 107 | 9 | - | 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 |
junit-jupiter-api-5.8.1.jar | 193.5 kB | 183 | 168 | 8 | - | Yes |
junit-jupiter-engine-5.8.1.jar | 229.7 kB | 140 | 123 | 9 | - | Yes |
junit-platform-commons-1.8.1.jar | 100.5 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.8.1.jar | 185.8 kB | 142 | 126 | 9 | - | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
xmlunit-core-2.6.4.jar | 168.3 kB | 171 | 155 | 8 | 1.6 | Yes |
xmlunit-matchers-2.6.4.jar | 20.5 kB | 22 | 12 | 1 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
33 | 6.4 MB | 4795 | 4401 | 169 | 1.8 | 22 |
compile: 14 | compile: 1.3 MB | compile: 895 | compile: 791 | compile: 43 | - | compile: 4 |
test: 19 | test: 5.1 MB | test: 3900 | test: 3610 | test: 126 | - | test: 18 |