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 | 3.0 | jar | BSD-3-Clause | No |
org.junit.jupiter | junit-jupiter | 5.12.2 | jar | Eclipse Public License v2.0 | No |
org.mockito | mockito-core | 5.17.0 | jar | MIT | No |
ch.qos.logback | logback-classic | 1.5.18 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | Yes |
ch.qos.reload4j | reload4j | 1.2.26 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-core | 2.24.3 | 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.19.0 | jar | Apache-2.0 |
org.junit-pioneer | junit-pioneer | 2.3.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-testkit | 1.12.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.15.11 | jar | Apache License, Version 2.0 | No |
net.bytebuddy | byte-buddy-agent | 1.15.11 | 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.12.2 | jar | Eclipse Public License v2.0 | No |
org.junit.jupiter | junit-jupiter-params | 5.12.2 | jar | Eclipse Public License v2.0 | No |
org.junit.platform | junit-platform-commons | 1.12.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.18 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License | Yes |
org.apache.logging.log4j | log4j-api | 2.24.3 | jar | Apache-2.0 | Yes |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT | 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.12.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.12.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.27.3 | jar | Apache-2.0 |
org.junit.platform | junit-platform-launcher | 1.12.2 | jar | Eclipse Public License v2.0 |
Project Dependency Graph
Dependency Tree
- com.github.robtimus:junit-support:jar:3.1
- org.junit.jupiter:junit-jupiter:jar:5.12.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (compile)
- org.junit.platform:junit-platform-commons:jar:1.12.2 (compile)
- org.junit.platform:junit-platform-commons:jar:1.12.2 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:5.12.2 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.12.2 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.12.2 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.12.2 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (compile)
- org.hamcrest:hamcrest:jar:3.0 (compile)
- org.mockito:mockito-core:jar:5.17.0 (compile)
- net.bytebuddy:byte-buddy:jar:1.15.11 (compile)
- net.bytebuddy:byte-buddy-agent:jar:1.15.11 (compile)
- org.objenesis:objenesis:jar:3.3 (runtime)
- net.bytebuddy:byte-buddy:jar:1.15.11 (compile)
- com.github.robtimus:io-functions:jar:2.0 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- ch.qos.logback:logback-classic:jar:1.5.18 (compile)
- ch.qos.logback:logback-core:jar:1.5.18 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- ch.qos.logback:logback-core:jar:1.5.18 (compile)
- ch.qos.reload4j:reload4j:jar:1.2.26 (compile)
- commons-io:commons-io:jar:2.19.0 (test)
- org.junit.platform:junit-platform-testkit:jar:1.12.2 (test)
- org.assertj:assertj-core:jar:3.27.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-launcher:jar:1.12.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.assertj:assertj-core:jar:3.27.3 (test)
- org.junit-pioneer:junit-pioneer:jar:2.3.0 (test)
- org.junit.jupiter:junit-jupiter:jar:5.12.2 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD-3-Clause: Hamcrest
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: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Apache-2.0: Apache Commons IO, Apache Log4j API, Apache Log4j Core, AssertJ Core
MIT: SLF4J API Module, 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 | 1.8 | Yes |
commons-io-2.19.0.jar | 556.1 kB | 408 | - | - | - | - |
• Root | - | 407 | 380 | 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.15.11.jar | 365.4 kB | 170 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 79 | 73 | 3 | 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 |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
junit-pioneer-2.3.0.jar | 197.5 kB | 172 | 154 | 11 | 11 | Yes |
junit-jupiter-5.12.2.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
junit-jupiter-api-5.12.2.jar | 233.4 kB | 211 | 192 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.12.2.jar | 292 kB | 171 | 150 | 9 | 1.8 | Yes |
junit-jupiter-params-5.12.2.jar | 601.7 kB | 396 | 358 | 22 | 1.8 | Yes |
junit-platform-commons-1.12.2.jar | 151.9 kB | 99 | - | - | - | - |
• Root | - | 88 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.12.2.jar | 255.8 kB | 184 | 161 | 10 | 1.8 | Yes |
junit-platform-launcher-1.12.2.jar | 207.6 kB | 142 | 123 | 7 | 1.8 | Yes |
junit-platform-testkit-1.12.2.jar | 47.4 kB | 28 | 19 | 2 | 1.8 | Yes |
mockito-core-5.17.0.jar | 709.1 kB | 648 | 576 | 66 | 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 | 1.6 | Yes |
logback-classic-1.5.18.jar | 306.8 kB | 242 | 189 | 29 | 11 | Yes |
logback-core-1.5.18.jar | 627.2 kB | 531 | - | - | - | - |
• Root | - | 524 | 472 | 41 | 11 | Yes |
• Versioned | - | 7 | 1 | 1 | 21 | Yes |
reload4j-1.2.26.jar | 338.7 kB | 247 | 221 | 14 | 1.5 | Yes |
log4j-api-2.24.3.jar | 348.5 kB | 247 | - | - | - | - |
• Root | - | 236 | 209 | 11 | 1.8 | Yes |
• Versioned | - | 11 | 4 | 2 | 9 | Yes |
log4j-core-2.24.3.jar | 1.9 MB | 1320 | - | - | - | - |
• Root | - | 1303 | 1214 | 57 | 1.8 | Yes |
• Versioned | - | 17 | 7 | 4 | 9 | Yes |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 17.4 MB | 12327 | 8558 | 410 | 11 | 24 |
compile: 17 | compile: 14.4 MB | compile: 10282 | compile: 6690 | compile: 319 | 11 | compile: 16 |
runtime: 3 | runtime: 597.2 kB | runtime: 414 | runtime: 354 | runtime: 29 | runtime: 3 | |
test: 5 | test: 2.4 MB | test: 1631 | test: 1514 | test: 62 | 11 | test: 5 |