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 |
|---|---|---|---|---|
| me.chrissw-r1 | java-parent-test | 3.0.34 | jar | Apache License (ASL), Version 2.0 (Apache-2.0) |
| org.slf4j | slf4j-api | 2.0.17 | 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 |
|---|---|---|---|---|
| org.junit.jupiter | junit-jupiter | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-engine | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 1.14.1 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-core | 5.21.0 | 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 |
|---|---|---|---|---|
| com.github.spotbugs | spotbugs-annotations | 4.9.8 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
| com.github.stephenc.jcip | jcip-annotations | 1.0-1 | jar | Apache License, Version 2.0 |
| com.guardsquare | proguard-annotations | 7.8.2 | jar | GNU General Public License, Version 2 |
| org.jetbrains | annotations | 26.0.2-1 | jar | The Apache Software License, Version 2.0 |
| org.projectlombok | lombok | 1.18.42 | 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.
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.17.7 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.7 | jar | Apache License, Version 2.0 |
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 5.14.1 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 1.14.1 | jar | Eclipse Public License v2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
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 |
Project Dependency Graph
Dependency Tree
- me.chrissw-r1:java-exe-parent-test:jar:3.0.34
- me.chrissw-r1:java-parent-test:jar:3.0.34 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.8 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.projectlombok:lombok:jar:1.18.42 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.guardsquare:proguard-annotations:jar:7.8.2 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.jetbrains:annotations:jar:26.0.2-1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.14.1 (test)
- org.junit.jupiter:junit-jupiter:jar:5.14.1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.1 (test)
- org.junit.platform:junit-platform-commons:jar:1.14.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.21.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
- me.chrissw-r1:java-parent-test:jar:3.0.34 (compile)
Licenses
GNU General Public License, Version 2: com.guardsquare:proguard-annotations
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License (ASL), Version 2.0 (Apache-2.0): Executable Java Test, Java Test
The MIT License: Project Lombok
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, JCIP Annotations under Apache License, Objenesis
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
MIT: SLF4J API Module, mockito-core
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
The Apache Software License, Version 2.0: FindBugs-jsr305, JetBrains Java Annotations
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| spotbugs-annotations-4.9.8.jar | 16.2 kB | 32 | 25 | 1 | 1.8 | Yes |
| jcip-annotations-1.0-1.jar | 4.7 kB | 14 | 4 | 1 | 1.5 | No |
| jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
| proguard-annotations-7.8.2.jar | 6.1 kB | 17 | 13 | 1 | 1.8 | No |
| java-parent-test-3.0.34.jar | 6.7 kB | 7 | 2 | 2 | 11 | No |
| byte-buddy-1.17.7.jar | 9 MB | 6066 | - | - | - | - |
| • Root | - | 3023 | 2970 | 38 | 1.5 | Yes |
| • Versioned | - | 3013 | 2971 | 39 | 1.8 | Yes |
| • Versioned | - | 30 | 25 | 1 | 24 | Yes |
| byte-buddy-agent-1.17.7.jar | 366.2 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 |
| annotations-26.0.2-1.jar | 31.2 kB | 72 | - | - | - | - |
| • Root | - | 70 | 60 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| junit-jupiter-5.14.1.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.14.1.jar | 242.5 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.14.1.jar | 343.2 kB | 179 | 162 | 9 | 1.8 | Yes |
| junit-jupiter-params-5.14.1.jar | 663.1 kB | 433 | 399 | 22 | 1.8 | Yes |
| junit-platform-commons-1.14.1.jar | 164.4 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.14.1.jar | 271.7 kB | 191 | 172 | 10 | 1.8 | Yes |
| mockito-core-5.21.0.jar | 711.5 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 |
| lombok-1.18.42.jar | 2 MB | 1068 | 179 | 13 | 1.6 | 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 |
| 20 | 14 MB | 9424 | 5060 | 207 | 11 | 16 |
| compile: 2 | compile: 76.6 kB | compile: 78 | compile: 57 | compile: 6 | 11 | compile: 1 |
| provided: 6 | provided: 2.1 MB | provided: 1249 | provided: 316 | provided: 21 | provided: 4 | |
| test: 12 | test: 11.9 MB | test: 8097 | test: 4687 | test: 180 | 11 | test: 11 |
