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.surefire | maven-surefire-common | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-api | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-extensions-api | 3.5.3 | jar | Apache-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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.assertj | assertj-core | 3.27.3 | jar | Apache-2.0 |
org.junit.vintage | junit-vintage-engine | 5.12.1 | jar | Eclipse Public License v2.0 |
org.slf4j | slf4j-simple | 1.7.36 | jar | MIT 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 |
---|---|---|---|---|
org.apache.maven | maven-plugin-api | 3.6.3 | jar | Apache License, Version 2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.15.1 | 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 |
---|---|---|---|---|
com.thoughtworks.qdox | qdox | 2.2.0 | jar | The Apache Software License, Version 2.0 |
org.apache.maven.resolver | maven-resolver-api | 1.4.1 | jar | Apache License, Version 2.0 |
org.apache.maven.resolver | maven-resolver-util | 1.4.1 | jar | Apache License, Version 2.0 |
org.apache.maven.shared | maven-common-artifact-filters | 3.4.0 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-booter | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-extensions-spi | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-logger-api | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-shared-utils | 3.5.3 | jar | The Apache Software License, Version 2.0 |
org.codehaus.plexus | plexus-java | 1.4.0 | jar | Apache-2.0 |
org.ow2.asm | asm | 9.7.1 | jar | BSD-3-Clause |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
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 |
---|---|---|---|---|
commons-codec | commons-codec | 1.17.1 | jar | Apache-2.0 |
commons-io | commons-io | 2.18.0 | jar | Apache-2.0 |
org.apache.commons | commons-compress | 1.27.1 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.apache.maven.shared | maven-shared-utils | 3.3.4 | 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.15.11 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest | 3.0 | jar | BSD-3-Clause |
org.hamcrest | hamcrest-core | 3.0 | jar | BSD-3-Clause |
org.junit.platform | junit-platform-commons | 1.12.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.12.1 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache 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-artifact | 3.6.3 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 3.6.3 | jar | 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.codehaus.plexus | plexus-utils | 4.0.2 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-xml | 3.0.1 | jar | Apache License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.inject | 0.9.0.M3 | jar | Eclipse Public License, Version 2.0 |
org.eclipse.sisu | org.eclipse.sisu.plexus | 0.9.0.M3 | jar | Eclipse Public License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.5.3
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.apache.maven.surefire:surefire-api:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-logger-api:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-shared-utils:jar:3.5.3 (compile)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (runtime)
- commons-io:commons-io:jar:2.18.0 (runtime)
- org.apache.commons:commons-lang3:jar:3.17.0 (runtime)
- org.apache.commons:commons-compress:jar:1.27.1 (runtime)
- commons-codec:commons-codec:jar:1.17.1 (runtime)
- commons-codec:commons-codec:jar:1.17.1 (runtime)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (runtime)
- org.apache.maven.surefire:surefire-logger-api:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-extensions-api:jar:3.5.3 (compile)
- org.apache.maven.surefire:maven-surefire-common:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-booter:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-extensions-spi:jar:3.5.3 (compile)
- org.apache.maven.surefire:surefire-extensions-spi:jar:3.5.3 (compile)
- org.apache.maven.resolver:maven-resolver-util:jar:1.4.1 (compile)
- org.apache.maven.resolver:maven-resolver-api:jar:1.4.1 (compile)
- org.apache.maven.resolver:maven-resolver-api:jar:1.4.1 (compile)
- org.apache.maven.shared:maven-common-artifact-filters:jar:3.4.0 (compile)
- org.codehaus.plexus:plexus-java:jar:1.4.0 (compile)
- org.ow2.asm:asm:jar:9.7.1 (compile)
- com.thoughtworks.qdox:qdox:jar:2.2.0 (compile)
- org.ow2.asm:asm:jar:9.7.1 (compile)
- org.apache.maven.surefire:surefire-booter:jar:3.5.3 (compile)
- org.apache.maven:maven-plugin-api:jar:3.6.3 (provided)
- org.apache.maven:maven-model:jar:3.6.3 (provided)
- org.apache.maven:maven-artifact:jar:3.6.3 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M3 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
- org.codehaus.plexus:plexus-xml:jar:3.0.1 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3 (provided)
- org.codehaus.plexus:plexus-utils:jar:4.0.2 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (provided)
- org.apache.maven:maven-model:jar:3.6.3 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.1 (provided)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:3.0 (test)
- org.hamcrest:hamcrest:jar:3.0 (test)
- org.hamcrest:hamcrest:jar:3.0 (test)
- org.hamcrest:hamcrest-core:jar:3.0 (test)
- org.junit.vintage:junit-vintage-engine:jar:5.12.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.12.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.12.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.12.1 (test)
- org.assertj:assertj-core:jar:3.27.3 (test)
- net.bytebuddy:byte-buddy:jar:1.15.11 (test)
- net.bytebuddy:byte-buddy:jar:1.15.11 (test)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
Licenses
Eclipse Public License, Version 2.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Simple Binding
BSD-3-Clause: Hamcrest, Hamcrest Core, asm
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Maven Common Artifact Filters, AssertJ Core, Maven Plugin Tools Java Annotations, Maven Surefire Common, Maven Surefire Plugin, Plexus Languages :: Java, Surefire API, Surefire Booter, Surefire Extensions API, Surefire Extensions SPI, Surefire Logger API
Apache License, Version 2.0: Apache Maven Shared Utils, Byte Buddy (without dependencies), Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Utilities, Maven Model, Maven Plugin API, Plexus :: Component Annotations, Plexus Classworlds, Plexus Common Utilities, Plexus XML Utilities
Eclipse Public License v2.0: JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
The Apache Software License, Version 2.0: QDox, Surefire Shared Utils
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
qdox-2.2.0.jar | 353 kB | 266 | 240 | 18 | 1.8 | Yes |
commons-codec-1.17.1.jar | 372.7 kB | 262 | - | - | - | - |
• Root | - | 261 | 114 | 7 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-io-2.18.0.jar | 538.9 kB | 398 | - | - | - | - |
• Root | - | 397 | 370 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.15.11.jar | 8.5 MB | 5890 | - | - | - | - |
• Root | - | 2950 | 2897 | 38 | 1.5 | Yes |
• Versioned | - | 2940 | 2898 | 39 | 1.8 | Yes |
commons-compress-1.27.1.jar | 1.1 MB | 625 | - | - | - | - |
• Root | - | 624 | 572 | 36 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - |
• Root | - | 425 | 395 | 18 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
maven-artifact-3.6.3.jar | 57.8 kB | 59 | 34 | 11 | 1.7 | Yes |
maven-model-3.6.3.jar | 215.4 kB | 94 | 77 | 3 | 1.7 | Yes |
maven-plugin-api-3.6.3.jar | 47 kB | 48 | 27 | 6 | 1.7 | Yes |
maven-plugin-annotations-3.15.1.jar | 13.8 kB | 22 | 7 | 1 | 1.8 | Yes |
maven-resolver-api-1.4.1.jar | 149 kB | 156 | 132 | 12 | 1.7 | Yes |
maven-resolver-util-1.4.1.jar | 167.5 kB | 132 | 105 | 13 | 1.7 | Yes |
maven-common-artifact-filters-3.4.0.jar | 58.5 kB | 62 | 42 | 5 | 1.8 | Yes |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes |
maven-surefire-common-3.5.3.jar | 312.3 kB | 191 | 159 | 13 | 1.8 | Yes |
surefire-api-3.5.3.jar | 171.8 kB | 167 | 139 | 13 | 1.8 | Yes |
surefire-booter-3.5.3.jar | 117.7 kB | 77 | 58 | 3 | 1.8 | Yes |
surefire-extensions-api-3.5.3.jar | 26 kB | 39 | 23 | 2 | 1.8 | Yes |
surefire-extensions-spi-3.5.3.jar | 8.2 kB | 16 | 1 | 1 | 1.8 | No |
surefire-logger-api-3.5.3.jar | 13.6 kB | 23 | 6 | 1 | 1.8 | Yes |
surefire-shared-utils-3.5.3.jar | 2.9 MB | 1776 | 1530 | 85 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
assertj-core-3.27.3.jar | 1.4 MB | 881 | - | - | - | - |
• Root | - | 877 | 838 | 27 | 1.8 | Yes |
• Versioned | - | 4 | 1 | 1 | 9 | No |
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-java-1.4.0.jar | 57.3 kB | 66 | - | - | - | - |
• Root | - | 56 | 37 | 2 | 1.8 | Yes |
• Versioned | - | 10 | 3 | 2 | 9 | Yes |
plexus-utils-4.0.2.jar | 192.5 kB | 128 | - | - | - | - |
• Root | - | 110 | 86 | 7 | 1.8 | Yes |
• Versioned | - | 6 | 1 | 1 | 9 | Yes |
• Versioned | - | 6 | 1 | 1 | 10 | Yes |
• Versioned | - | 6 | 1 | 1 | 11 | Yes |
plexus-xml-3.0.1.jar | 94.3 kB | 44 | 25 | 2 | 1.8 | Yes |
org.eclipse.sisu.inject-0.9.0.M3.jar | 433.6 kB | 318 | 297 | 9 | 1.8 | Yes |
org.eclipse.sisu.plexus-0.9.0.M3.jar | 216.3 kB | 205 | 167 | 20 | 1.8 | Yes |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
hamcrest-core-3.0.jar | 2.4 kB | 9 | 1 | 1 | 1.8 | Yes |
junit-platform-commons-1.12.1.jar | 151.9 kB | 99 | - | - | - | - |
• Root | - | 88 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.12.1.jar | 255.8 kB | 184 | 161 | 10 | 1.8 | Yes |
junit-vintage-engine-5.12.1.jar | 77.4 kB | 56 | 38 | 6 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
asm-9.7.1.jar | 126.1 kB | 45 | 39 | 3 | 1.5 | 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 |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
40 | 19.5 MB | 13536 | 9319 | 464 | 1.8 | 38 |
compile: 14 | compile: 4.5 MB | compile: 3062 | compile: 2545 | compile: 175 | 1.8 | compile: 13 |
runtime: 5 | runtime: 2.8 MB | runtime: 1814 | runtime: 1530 | runtime: 85 | runtime: 5 | |
provided: 10 | provided: 1.3 MB | provided: 985 | provided: 760 | provided: 65 | provided: 9 | |
test: 11 | test: 10.9 MB | test: 7675 | test: 4484 | test: 139 | 1.8 | test: 11 |