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-shared-utils | 3.5.3 | 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 |
---|---|---|---|---|
org.assertj | assertj-core | 3.27.3 | jar | Apache-2.0 |
org.junit.jupiter | junit-jupiter-api | 5.12.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.12.4 | jar | The 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 |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
org.apache.maven.surefire | surefire-api | 3.5.3 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-logger-api | 3.5.3 | 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.
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 |
net.bytebuddy | byte-buddy-agent | 1.11.13 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.12.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.maven.surefire:surefire-extensions-api:jar:3.5.3
- org.apache.maven.surefire:surefire-api:jar:3.5.3 (provided)
- org.apache.maven.surefire:surefire-logger-api:jar:3.5.3 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- 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.junit.jupiter:junit-jupiter-api:jar:5.12.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.12.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (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.mockito:mockito-core:jar:3.12.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.13 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.13 (test)
- org.apache.maven.surefire:surefire-api:jar:3.5.3 (provided)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: mockito-core
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, AssertJ Core, Surefire API, Surefire Extensions API, Surefire Logger API
Apache License, Version 2.0: Apache Maven Shared Utils, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
The Apache Software License, Version 2.0: FindBugs-jsr305, Surefire Shared Utils
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | 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 |
byte-buddy-1.15.11.jar | 8.5 MB | 5890 | - | - | - | - |
• Root | - | 2950 | 2897 | 38 | 1.5 | Yes |
• Versioned | - | 2940 | 2898 | 39 | 1.8 | Yes |
byte-buddy-agent-1.11.13.jar | 252.2 kB | 81 | - | - | - | - |
• Root | - | 79 | 62 | 1 | 1.5 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
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-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes |
surefire-api-3.5.3.jar | 171.8 kB | 167 | 139 | 13 | 1.8 | Yes |
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 |
junit-jupiter-api-5.12.1.jar | 233.4 kB | 211 | 192 | 8 | 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 |
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 |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
18 | 17.1 MB | 11741 | 7949 | 350 | 1.8 | 18 |
compile: 1 | compile: 2.9 MB | compile: 1776 | compile: 1530 | compile: 85 | 1.8 | compile: 1 |
runtime: 5 | runtime: 2.8 MB | runtime: 1814 | runtime: 1530 | runtime: 85 | runtime: 5 | |
provided: 3 | provided: 205.3 kB | provided: 236 | provided: 180 | provided: 17 | provided: 3 | |
test: 9 | test: 11.3 MB | test: 7915 | test: 4709 | test: 163 | 1.8 | test: 9 |