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 |
|---|---|---|---|---|
| net.bytebuddy | byte-buddy | 1.18.10 | jar | Apache License, Version 2.0 |
| nl.jqno.equalsverifier | equalsverifier | 4.5 | jar | Apache License, Version 2.0 |
| org.javassist | javassist | 3.31.0-GA | jar | MPL 1.1LGPL 2.1Apache License 2.0 |
| org.junit.jupiter | junit-jupiter | 6.1.0 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-junit-jupiter | 5.23.0 | jar | MIT |
| org.slf4j | slf4j-api | 2.0.18 | jar | MIT |
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 |
|---|---|---|---|---|
| jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE |
| net.bytebuddy | byte-buddy-agent | 1.18.10 | jar | Apache License, Version 2.0 |
| org.assertj | assertj-core | 3.27.7 | jar | Apache-2.0 |
| org.powermock | powermock-reflect | 2.0.9 | jar | The Apache Software License, Version 2.0 |
| org.slf4j | slf4j-simple | 2.0.18 | jar | MIT |
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 |
|---|---|---|---|---|
| org.projectlombok | lombok | 1.18.46 | jar | The MIT License |
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 |
|---|---|---|---|---|
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 6.1.0 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 6.1.0 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 6.1.0 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-core | 5.23.0 | jar | MIT |
| org.objenesis | objenesis | 3.5 | jar | Apache License, Version 2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
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 | 6.1.0 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 6.1.0 | jar | Eclipse Public License v2.0 |
Project Dependency Graph
Dependency Tree
- com.github.hazendaz:javabean-tester:jar:2.12.2
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.projectlombok:lombok:jar:1.18.46 (provided)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.18.10 (compile)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.18.10 (test)
![[Information]](./images/icon_info_sml.gif)
- org.assertj:assertj-core:jar:3.27.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.javassist:javassist:jar:3.31.0-GA (compile)
![[Information]](./images/icon_info_sml.gif)
- nl.jqno.equalsverifier:equalsverifier:jar:4.5 (compile)
- org.objenesis:objenesis:jar:3.5 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.5 (compile)
- org.junit.jupiter:junit-jupiter:jar:6.1.0 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:6.1.0 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:6.1.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:6.1.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:6.1.0 (runtime)
- org.junit.platform:junit-platform-engine:jar:6.1.0 (runtime)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:6.1.0 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:6.1.0 (compile)
- org.mockito:mockito-junit-jupiter:jar:5.23.0 (compile)
- org.mockito:mockito-core:jar:5.23.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.23.0 (compile)
- org.powermock:powermock-reflect:jar:2.0.9 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.18 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-simple:jar:2.0.18 (test)
![[Information]](./images/icon_info_sml.gif)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (test)
Licenses
Apache License 2.0: Javassist
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Project Lombok
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, EqualsVerifier | release normal jar, Objenesis, javabean-tester
Apache-2.0: AssertJ Core
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
LGPL 2.1: Javassist
MIT: SLF4J API Module, SLF4J Simple Provider, mockito-core, mockito-junit-jupiter
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
MPL 1.1: Javassist
The Apache Software License, Version 2.0: PowerMock
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes |
| byte-buddy-1.18.10.jar | 4.7 MB | 3134 | - | - | - | - |
| • Root | - | 3102 | 3048 | 39 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| • Versioned | - | 30 | 25 | 1 | 24 | Yes |
| byte-buddy-agent-1.18.10.jar | 267.6 kB | 93 | - | - | - | - |
| • Root | - | 91 | 72 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| equalsverifier-4.5.jar | 277.9 kB | 195 | - | - | - | - |
| • Root | - | 181 | 161 | 15 | 17 | Yes |
| • Versioned | - | 7 | 1 | 1 | 21 | Yes |
| • Versioned | - | 7 | 1 | 1 | 25 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| assertj-core-3.27.7.jar | 1.4 MB | 887 | - | - | - | - |
| • Root | - | 883 | 842 | 29 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| javassist-3.31.0-GA.jar | 812.6 kB | 455 | 431 | 17 | 1.8 | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - |
| • Root | - | 10 | 4 | 1 | 1.8 | No |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| junit-jupiter-6.1.0.jar | 6.4 kB | 5 | 1 | 1 | 17 | No |
| junit-jupiter-api-6.1.0.jar | 312.2 kB | 273 | 256 | 10 | 17 | Yes |
| junit-jupiter-engine-6.1.0.jar | 352.6 kB | 188 | 171 | 9 | 17 | Yes |
| junit-jupiter-params-6.1.0.jar | 303.1 kB | 221 | 200 | 9 | 17 | Yes |
| junit-platform-commons-6.1.0.jar | 175.9 kB | 104 | 88 | 10 | 17 | Yes |
| junit-platform-engine-6.1.0.jar | 323.9 kB | 216 | 198 | 9 | 17 | Yes |
| mockito-core-5.23.0.jar | 720.7 kB | 656 | 584 | 66 | 11 | Yes |
| mockito-junit-jupiter-5.23.0.jar | 9.4 kB | 14 | 6 | 3 | 11 | Yes |
| objenesis-3.5.jar | 49.5 kB | 58 | 43 | 10 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| powermock-reflect-2.0.9.jar | 68.4 kB | 52 | 39 | 8 | 1.6 | Yes |
| lombok-1.18.46.jar | 2 MB | 1079 | 180 | 13 | 1.6 | Yes |
| slf4j-api-2.0.18.jar | 70 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-simple-2.0.18.jar | 15.7 kB | 22 | - | - | - | - |
| • Root | - | 20 | 6 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 22 | 11.9 MB | 7793 | 6416 | 264 | 17 | 20 |
| compile: 14 | compile: 7.4 MB | compile: 5224 | compile: 4889 | compile: 189 | 17 | compile: 12 |
| runtime: 2 | runtime: 676.4 kB | runtime: 404 | runtime: 369 | runtime: 18 | runtime: 2 | |
| provided: 1 | provided: 2 MB | provided: 1079 | provided: 180 | provided: 13 | provided: 1 | |
| test: 5 | test: 1.8 MB | test: 1086 | test: 978 | test: 44 | 11 | test: 5 |


