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 |
|---|---|---|---|---|
| com.github.spotbugs | spotbugs-annotations | 4.9.8 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
| jakarta.persistence | jakarta.persistence-api | 3.2.0 | jar | Eclipse Public License v. 2.0Eclipse Distribution License v. 1.0 |
| org.apache.commons | commons-email | 1.6.0 | jar | Apache-2.0 |
| org.checkerframework | checker-qual | 3.52.1 | jar | The MIT License |
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.eclipse.persistence | eclipselink | 4.0.8 | jar | Eclipse Public License - v 2.0Eclipse Distribution License - v 1.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 |
|---|---|---|---|---|
| com.github.hazendaz.jmockit | jmockit | 2.0.2-SNAPSHOT | jar | The MIT License |
| org.hsqldb | hsqldb | 2.7.4 | jar | HSQLDB License, a BSD open source license |
| org.junit.jupiter | junit-jupiter-engine | 6.0.1 | jar | Eclipse Public License v2.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.errorprone | error_prone_annotations | 2.43.0 | jar | Apache 2.0 |
| com.google.j2objc | j2objc-annotations | 3.1 | jar | Apache License, Version 2.0 |
| org.gaul | modernizer-maven-annotations | 3.2.0 | 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.
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 |
|---|---|---|---|---|
| com.sun.mail | jakarta.mail | 1.6.7 | jar | EPL 2.0GPL2 w/ CPEEDL 1.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 |
|---|---|---|---|---|
| com.sun.xml.bind | jaxb-core | 4.0.6 | jar | Eclipse Distribution License - v 1.0 |
| com.sun.xml.bind | jaxb-xjc | 4.0.6 | jar | Eclipse Distribution License - v 1.0 |
| jakarta.activation | jakarta.activation-api | 2.1.4 | jar | EDL 1.0 |
| jakarta.xml.bind | jakarta.xml.bind-api | 4.0.4 | jar | Eclipse Distribution License - v 1.0 |
| org.eclipse.angus | angus-activation | 2.0.3 | jar | EDL 1.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.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.0.1 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 6.0.1 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 6.0.1 | jar | Eclipse Public License v2.0 |
| org.objenesis | objenesis | 3.4 | jar | Apache License, Version 2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
Project Dependency Graph
Dependency Tree
- com.github.hazendaz.jmockit:tutorial:jar:2.0.2-SNAPSHOT
- jakarta.persistence:jakarta.persistence-api:jar:3.2.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.eclipse.persistence:eclipselink:jar:4.0.8 (runtime)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.4 (runtime)
![[Information]](./images/icon_info_sml.gif)
- com.sun.xml.bind:jaxb-xjc:jar:4.0.6 (runtime)
- com.sun.xml.bind:jaxb-core:jar:4.0.6 (runtime)
- org.eclipse.angus:angus-activation:jar:2.0.3 (runtime)
- jakarta.activation:jakarta.activation-api:jar:2.1.4 (runtime)
![[Information]](./images/icon_info_sml.gif)
- jakarta.activation:jakarta.activation-api:jar:2.1.4 (runtime)
- org.eclipse.angus:angus-activation:jar:2.0.3 (runtime)
- com.sun.xml.bind:jaxb-core:jar:4.0.6 (runtime)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.4 (runtime)
- org.apache.commons:commons-email:jar:1.6.0 (compile)
- com.sun.mail:jakarta.mail:jar:1.6.7 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.sun.mail:jakarta.mail:jar:1.6.7 (compile)
- org.hsqldb:hsqldb:jar:2.7.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:6.0.1 (test)
- org.junit.platform:junit-platform-engine:jar:6.0.1 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:6.0.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:6.0.1 (test)
- com.github.hazendaz.jmockit:jmockit:jar:2.0.2-SNAPSHOT (test)
- org.slf4j:slf4j-api:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (test)
- org.checkerframework:checker-qual:jar:3.52.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.google.errorprone:error_prone_annotations:jar:2.43.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- com.google.j2objc:j2objc-annotations:jar:3.1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.projectlombok:lombok:jar:1.18.42 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.gaul:modernizer-maven-annotations:jar:3.2.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- jakarta.persistence:jakarta.persistence-api:jar:3.2.0 (compile)
Licenses
HSQLDB License, a BSD open source license: HyperSQL Database
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
Eclipse Distribution License v. 1.0: Jakarta Persistence API
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Mail API
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Eclipse Public License v. 2.0: Jakarta Persistence API
EDL 1.0: Angus Activation Registries, Jakarta Activation API, Jakarta Mail API
The MIT License: Checker Qual, Project Lombok, Tutorial Sample, jmockit
Apache-2.0: Apache Commons Email
Apache License, Version 2.0: J2ObjC Annotations, Objenesis
Eclipse Distribution License - v 1.0: EclipseLink Bundles eclipselink.jar (non-OSGi), Jakarta XML Binding API, Old JAXB Core, Old JAXB XJC
MIT: SLF4J API Module
EPL 2.0: Jakarta Mail API
Eclipse Public License - v 2.0: EclipseLink Bundles eclipselink.jar (non-OSGi)
The Apache Software License, Version 2.0: Modernizer Maven Plugin annotations
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
|---|---|---|---|---|---|---|---|
| main/target/classes | - | 0 | 0 | 0 | - | - | - |
| spotbugs-annotations-4.9.8.jar | 16.2 kB | 32 | 25 | 1 | 1.8 | Yes | No |
| error_prone_annotations-2.43.0.jar | 20.4 kB | 49 | - | - | - | - | No |
| • Root | - | 42 | 29 | 2 | 1.8 | Yes | - |
| • Versioned | - | 7 | 1 | 1 | 9 | No | - |
| j2objc-annotations-3.1.jar | 16.8 kB | 38 | - | - | - | - | No |
| • Root | - | 36 | 24 | 1 | 1.8 | Yes | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| jakarta.mail-1.6.7.jar | 676.7 kB | 383 | 347 | 15 | 1.8 | Yes | No |
| jaxb-core-4.0.6.jar | 234.6 kB | 256 | 185 | 24 | 11 | Yes | No |
| jaxb-xjc-4.0.6.jar | 1.9 MB | 1465 | 1196 | 65 | 11 | Yes | No |
| jakarta.activation-api-2.1.4.jar | 67.4 kB | 60 | 46 | 3 | 1.8 | Yes | No |
| jakarta.persistence-api-3.2.0.jar | 195.9 kB | 252 | 231 | 5 | 17 | Yes | No |
| jakarta.xml.bind-api-4.0.4.jar | 131.2 kB | 138 | 115 | 7 | 11 | Yes | No |
| commons-email-1.6.0.jar | 65.2 kB | 49 | - | - | - | - | No |
| • Root | - | 47 | 29 | 4 | 1.8 | Yes | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes | No |
| checker-qual-3.52.1.jar | 241.6 kB | 459 | 386 | 33 | 1.8 | Yes | No |
| angus-activation-2.0.3.jar | 26.7 kB | 32 | 10 | 3 | 1.8 | Yes | No |
| eclipselink-4.0.8.jar | 9.2 MB | 4535 | - | - | - | - | No |
| • Root | - | 4535 | 4127 | 314 | 11 | Yes | - |
| modernizer-maven-annotations-3.2.0.jar | 3.3 kB | 14 | - | - | - | - | No |
| • Root | - | 12 | 1 | 1 | 1.8 | No | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| hsqldb-2.7.4.jar | 1.7 MB | 751 | 687 | 23 | 11 | No | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - | No |
| • Root | - | 10 | 4 | 1 | 1.8 | No | - |
| • Versioned | - | 4 | 1 | 1 | 9 | No | - |
| junit-jupiter-api-6.0.1.jar | 250.7 kB | 224 | 208 | 9 | 17 | Yes | No |
| junit-jupiter-engine-6.0.1.jar | 356 kB | 189 | 172 | 9 | 17 | Yes | No |
| junit-platform-commons-6.0.1.jar | 171.3 kB | 103 | 87 | 10 | 17 | Yes | No |
| junit-platform-engine-6.0.1.jar | 277.7 kB | 193 | 175 | 9 | 17 | Yes | No |
| objenesis-3.4.jar | 49.1 kB | 59 | 43 | 10 | 1.8 | Yes | No |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes | No |
| lombok-1.18.42.jar | 2 MB | 1068 | 179 | 13 | 1.6 | Yes | No |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - | No |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
| 26 | 17.7 MB | 10458 | 8373 | 570 | 17 | 22 | 1 |
| compile: 5 | compile: 1.2 MB | compile: 1175 | compile: 1018 | compile: 58 | 17 | compile: 5 | - |
| runtime: 6 | runtime: 11.6 MB | runtime: 6486 | runtime: 5679 | runtime: 416 | runtime: 6 | - | |
| provided: 4 | provided: 2.1 MB | provided: 1169 | provided: 233 | provided: 17 | provided: 3 | - | |
| test: 11 | test: 2.9 MB | test: 1628 | test: 1443 | test: 79 | 17 | test: 8 | test: 1 |


