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 | common-java5 | 3.0.0 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-api | 3.0.0 | jar | Apache-2.0 |
org.junit.platform | junit-platform-launcher | 1.3.2 | jar | Eclipse Public License v2.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.23.1 | jar | Apache License, Version 2.0 |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-engine | 5.3.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.3.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 2.28.2 | jar | The MIT License |
org.powermock | powermock-reflect | 2.0.9 | 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 |
---|---|---|---|---|
commons-io | commons-io | 2.11.0 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-compress | 1.21 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 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.0.0 | jar | Apache-2.0 |
org.apache.maven.surefire | surefire-shared-utils | 3.0.0 | jar | The Apache Software License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.0.0 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.3.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.3.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.1.1 | jar | The 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.9.10 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.9.10 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.3.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 2.6 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- org.apache.maven.surefire:surefire-junit-platform:jar:3.0.0
- org.apache.maven.surefire:common-java5:jar:3.0.0 (compile)
- org.apache.maven.surefire:surefire-shared-utils:jar:3.0.0 (compile)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (compile)
- commons-io:commons-io:jar:2.11.0 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- org.apache.commons:commons-compress:jar:1.21 (compile)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (compile)
- org.apache.maven.surefire:surefire-shared-utils:jar:3.0.0 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.3.2 (compile)
- org.apiguardian:apiguardian-api:jar:1.0.0 (compile)
- org.junit.platform:junit-platform-engine:jar:1.3.2 (compile)
- org.junit.platform:junit-platform-commons:jar:1.3.2 (compile)
- org.opentest4j:opentest4j:jar:1.1.1 (compile)
- org.junit.platform:junit-platform-commons:jar:1.3.2 (compile)
- org.apiguardian:apiguardian-api:jar:1.0.0 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.3.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.3.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.3.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.3.2 (test)
- org.mockito:mockito-core:jar:2.28.2 (test)
- net.bytebuddy:byte-buddy:jar:1.9.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.9.10 (test)
- org.objenesis:objenesis:jar:2.6 (test)
- net.bytebuddy:byte-buddy:jar:1.9.10 (test)
- org.powermock:powermock-reflect:jar:2.0.9 (test)
- org.apache.maven.surefire:surefire-api:jar:3.0.0 (compile)
- org.apache.maven.surefire:surefire-logger-api:jar:3.0.0 (compile)
- org.apache.maven.surefire:surefire-logger-api:jar:3.0.0 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.assertj:assertj-core:jar:3.23.1 (test)
- org.apache.maven.surefire:common-java5:jar:3.0.0 (compile)
Licenses
Apache 2: Objenesis
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
The MIT License: mockito-core
Apache-2.0: Shared Java 5 Provider Base, SureFire API, SureFire JUnit Platform Runner, SureFire Logger API
Apache License, Version 2.0: Apache Commons Compress, Apache Commons IO, Apache Commons Lang, Apache Maven Shared Utils, AssertJ fluent assertions
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher
New BSD License: Hamcrest Core, Hamcrest library
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, PowerMock, Surefire Shared Utils
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-io-2.11.0.jar | 327.1 kB | 224 | 201 | 11 | 1.8 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.9.10.jar | 3.3 MB | 2368 | 2319 | 37 | - | Yes |
byte-buddy-agent-1.9.10.jar | 43.4 kB | 41 | 31 | 2 | - | Yes |
commons-compress-1.21.jar | 1 MB | 576 | 524 | 35 | 1.8 | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
maven-shared-utils-3.3.4.jar | 153.1 kB | 103 | 79 | 9 | 1.7 | Yes |
common-java5-3.0.0.jar | 17.6 kB | 22 | 7 | 1 | 1.8 | Yes |
surefire-api-3.0.0.jar | 171.3 kB | 166 | 138 | 13 | 1.8 | Yes |
surefire-logger-api-3.0.0.jar | 13.5 kB | 23 | 6 | 1 | 1.8 | Yes |
surefire-shared-utils-3.0.0.jar | 2.1 MB | 1259 | 1149 | 72 | 1.8 | Yes |
apiguardian-api-1.0.0.jar | 2.2 kB | 7 | 2 | 1 | 1.6 | Yes |
assertj-core-3.23.1.jar | 1.2 MB | 819 | 780 | 26 | - | 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 |
junit-jupiter-api-5.3.2.jar | 115.1 kB | 117 | 104 | 5 | 1.8 | Yes |
junit-jupiter-engine-5.3.2.jar | 149.7 kB | 100 | 84 | 7 | 1.8 | Yes |
junit-jupiter-params-5.3.2.jar | 501.3 kB | 349 | 315 | 21 | 1.8 | Yes |
junit-platform-commons-1.3.2.jar | 77.7 kB | 49 | 30 | 5 | - | Yes |
junit-platform-engine-1.3.2.jar | 138.4 kB | 117 | 102 | 7 | 1.8 | Yes |
junit-platform-launcher-1.3.2.jar | 94.6 kB | 72 | 61 | 4 | 1.8 | Yes |
mockito-core-2.28.2.jar | 591.2 kB | 635 | 562 | 65 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
opentest4j-1.1.1.jar | 7.1 kB | 10 | 6 | 1 | 1.6 | Yes |
powermock-reflect-2.0.9.jar | 68.4 kB | 52 | 39 | 8 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 11.3 MB | 8029 | 7357 | 400 | 1.8 | 25 |
compile: 13 | compile: 4.8 MB | compile: 3002 | compile: 2650 | compile: 177 | - | compile: 13 |
test: 12 | test: 6.5 MB | test: 5027 | test: 4707 | test: 223 | - | test: 12 |