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 | surefire-api | 3.2.5 | 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 |
---|---|---|---|---|
org.assertj | assertj-core | 3.25.1 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD 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 |
---|---|---|---|---|
junit | junit | 3.8.1 | jar | Common Public License Version 1.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-io | commons-io | 2.15.1 | jar | Apache-2.0 |
org.apache.commons | commons-compress | 1.25.0 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.14.0 | jar | Apache-2.0 |
org.apache.maven.shared | maven-shared-utils | 3.3.4 | jar | Apache License, Version 2.0 |
org.apache.maven.surefire | surefire-logger-api | 3.2.5 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-shared-utils | 3.2.5 | jar | The Apache Software 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.14.11 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
Project Dependency Graph
Dependency Tree
- org.apache.maven.surefire:common-junit3:jar:3.2.5
- junit:junit:jar:3.8.1 (provided)
- org.apache.maven.surefire:surefire-api:jar:3.2.5 (compile)
- org.apache.maven.surefire:surefire-logger-api:jar:3.2.5 (compile)
- org.apache.maven.surefire:surefire-shared-utils:jar:3.2.5 (compile)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (compile)
- commons-io:commons-io:jar:2.15.1 (compile)
- org.apache.commons:commons-lang3:jar:3.14.0 (compile)
- org.apache.commons:commons-compress:jar:1.25.0 (compile)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.assertj:assertj-core:jar:3.25.1 (test)
- net.bytebuddy:byte-buddy:jar:1.14.11 (test)
Licenses
Apache-2.0: Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Shared JUnit3 Provider Code, SureFire API, SureFire Logger API
Apache License, Version 2.0: Apache Maven Shared Utils, AssertJ Core, Byte Buddy (without dependencies)
New BSD License: Hamcrest Core, Hamcrest library
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Surefire Shared Utils
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-io-2.15.1.jar | 501.2 kB | 368 | 339 | 16 | 9 | Yes |
junit-3.8.1.jar | 121.1 kB | 119 | 100 | 6 | 1.1 | Yes |
byte-buddy-1.14.11.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes |
commons-compress-1.25.0.jar | 1.1 MB | 617 | 563 | 37 | 9 | Yes |
commons-lang3-3.14.0.jar | 658 kB | 436 | 404 | 19 | 9 | Yes |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes |
surefire-api-3.2.5.jar | 170.5 kB | 166 | 138 | 13 | 1.8 | Yes |
surefire-logger-api-3.2.5.jar | 13.6 kB | 23 | 6 | 1 | 1.8 | Yes |
surefire-shared-utils-3.2.5.jar | 2.4 MB | 1500 | 1383 | 79 | 9 | Yes |
assertj-core-3.25.1.jar | 1.4 MB | 872 | 830 | 28 | 9 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
hamcrest-library-1.3.jar | 53.1 kB | 46 | 35 | 7 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
12 | 10.8 MB | 7237 | 6803 | 257 | 9 | 12 |
compile: 7 | compile: 5 MB | compile: 3213 | compile: 2912 | compile: 174 | 9 | compile: 7 |
provided: 1 | provided: 121.1 kB | provided: 119 | provided: 100 | provided: 6 | provided: 1 | |
test: 4 | test: 5.7 MB | test: 3905 | test: 3791 | test: 77 | 9 | test: 4 |