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 | Optional |
---|---|---|---|---|---|
com.github.robtimus | io-functions | 2.0 | jar | The Apache Software License, Version 2.0 | No |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 | No |
org.junit.jupiter | junit-jupiter | 5.10.2 | jar | Eclipse Public License v2.0 | No |
org.mockito | mockito-core | 5.12.0 | jar | MIT | No |
ch.qos.logback | logback-classic | 1.5.6 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | Yes |
ch.qos.reload4j | reload4j | 1.2.25 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-core | 2.23.1 | jar | Apache-2.0 | Yes |
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 |
---|---|---|---|---|
commons-io | commons-io | 2.16.1 | jar | Apache-2.0 |
org.junit-pioneer | junit-pioneer | 2.2.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-testkit | 1.10.2 | jar | Eclipse Public License v2.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 | Optional |
---|---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.15 | jar | Apache License, Version 2.0 | No |
net.bytebuddy | byte-buddy-agent | 1.14.15 | jar | Apache License, Version 2.0 | No |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 | No |
org.junit.jupiter | junit-jupiter-api | 5.10.2 | jar | Eclipse Public License v2.0 | No |
org.junit.jupiter | junit-jupiter-params | 5.10.2 | jar | Eclipse Public License v2.0 | No |
org.junit.platform | junit-platform-commons | 1.10.2 | jar | Eclipse Public License v2.0 | No |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 | No |
ch.qos.logback | logback-core | 1.5.6 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | Yes |
org.apache.logging.log4j | log4j-api | 2.23.1 | jar | Apache-2.0 | Yes |
org.slf4j | slf4j-api | 2.0.13 | jar | MIT License | Yes |
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 |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter-engine | 5.10.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.10.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | 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 |
---|---|---|---|---|
org.assertj | assertj-core | 3.24.2 | jar | Apache License, Version 2.0 |
org.junit.platform | junit-platform-launcher | 1.10.2 | jar | Eclipse Public License v2.0 |
Project Dependency Graph
Dependency Tree
- com.github.robtimus:junit-support:jar:3.0
- org.junit.jupiter:junit-jupiter:jar:5.10.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (compile)
- org.junit.platform:junit-platform-commons:jar:1.10.2 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:5.10.2 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.10.2 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.2 (compile)
- org.hamcrest:hamcrest:jar:2.2 (compile)
- org.mockito:mockito-core:jar:5.12.0 (compile)
- net.bytebuddy:byte-buddy:jar:1.14.15 (compile)
- net.bytebuddy:byte-buddy-agent:jar:1.14.15 (compile)
- org.objenesis:objenesis:jar:3.3 (runtime)
- com.github.robtimus:io-functions:jar:2.0 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.23.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.23.1 (compile)
- ch.qos.logback:logback-classic:jar:1.5.6 (compile)
- ch.qos.logback:logback-core:jar:1.5.6 (compile)
- org.slf4j:slf4j-api:jar:2.0.13 (compile)
- ch.qos.reload4j:reload4j:jar:1.2.25 (compile)
- commons-io:commons-io:jar:2.16.1 (test)
- org.junit.platform:junit-platform-testkit:jar:1.10.2 (test)
- org.assertj:assertj-core:jar:3.24.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.10.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.junit-pioneer:junit-pioneer:jar:2.2.0 (test)
- org.junit.jupiter:junit-jupiter:jar:5.10.2 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD License 3: Hamcrest
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Platform Test Kit, junit-pioneer
Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Apache-2.0: Apache Commons IO, Apache Log4j API, Apache Log4j Core
MIT: mockito-core
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: io-functions, junit-support, reload4j
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
io-functions-2.0.jar | 62.6 kB | 58 | 45 | 2 | 9 | Yes |
commons-io-2.16.1.jar | 508.8 kB | 374 | 347 | 16 | 9 | Yes |
byte-buddy-1.14.15.jar | 4.2 MB | 2935 | 2881 | 39 | 9 | Yes |
byte-buddy-agent-1.14.15.jar | 258 kB | 90 | 70 | 3 | 9 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
assertj-core-3.24.2.jar | 1.3 MB | 854 | 814 | 28 | 9 | Yes |
hamcrest-2.2.jar | 123.4 kB | 122 | 108 | 11 | 1.7 | Yes |
junit-pioneer-2.2.0.jar | 191 kB | 168 | 151 | 10 | 11 | Yes |
junit-jupiter-5.10.2.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.10.2.jar | 211 kB | 197 | 182 | 8 | 9 | Yes |
junit-jupiter-engine-5.10.2.jar | 244.7 kB | 147 | 130 | 9 | 9 | Yes |
junit-jupiter-params-5.10.2.jar | 586 kB | 381 | 347 | 22 | 9 | Yes |
junit-platform-commons-1.10.2.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes |
junit-platform-engine-1.10.2.jar | 204.8 kB | 153 | 136 | 10 | 9 | Yes |
junit-platform-launcher-1.10.2.jar | 183.8 kB | 131 | 116 | 7 | 9 | Yes |
junit-platform-testkit-1.10.2.jar | 44.4 kB | 27 | 18 | 2 | 9 | Yes |
mockito-core-5.12.0.jar | 704 kB | 642 | 570 | 64 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
logback-classic-1.5.6.jar | 293.7 kB | 236 | 183 | 29 | 11 | Yes |
logback-core-1.5.6.jar | 609.9 kB | 522 | 461 | 42 | 21 | Yes |
reload4j-1.2.25.jar | 333.3 kB | 244 | 218 | 14 | 1.5 | Yes |
log4j-api-2.23.1.jar | 342.5 kB | 241 | 206 | 9 | 9 | Yes |
log4j-core-2.23.1.jar | 1.9 MB | 1310 | 1206 | 55 | 9 | Yes |
slf4j-api-2.0.13.jar | 68.6 kB | 70 | 55 | 5 | 9 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 12.6 MB | 9054 | 8344 | 407 | 21 | 24 |
compile: 17 | compile: 9.8 MB | compile: 7141 | compile: 6589 | compile: 315 | 21 | compile: 16 |
runtime: 3 | runtime: 498.9 kB | runtime: 359 | runtime: 309 | runtime: 29 | runtime: 3 | |
test: 5 | test: 2.3 MB | test: 1554 | test: 1446 | test: 63 | 11 | test: 5 |