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.fasterxml.jackson.core | jackson-annotations | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.18.3 | jar | The Apache Software License, Version 2.0 |
com.nulab-inc | zxcvbn | 1.7.0 | jar | MIT License |
jakarta.validation | jakarta.validation-api | 3.0.2 | jar | Apache License 2.0 |
org.apache.logging.log4j | log4j-api | 2.24.3 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-core | 2.24.3 | jar | Apache-2.0 |
org.mindrot | jbcrypt | 0.4 | jar | ISC |
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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.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.github.spotbugs | spotbugs-annotations | 4.9.2 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
jakarta.platform | jakarta.jakartaee-api | 10.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
org.projectlombok | lombok | 1.18.36 | 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.fasterxml.jackson.core | jackson-core | 2.18.3 | jar | The Apache Software 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.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
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:
Project Dependency Graph
Dependency Tree
- org.flasby:FlasbyUtil:jar:1.0.16-SNAPSHOT
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.24.3 (compile)
- org.projectlombok:lombok:jar:1.18.36 (provided)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.3 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.3 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- jakarta.platform:jakarta.jakartaee-api:jar:10.0.0 (provided)
- jakarta.platform:jakarta.jakartaee-web-api:jar:10.0.0 (provided)
- jakarta.servlet:jakarta.servlet-api:jar:6.0.0 (provided)
- jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.0 (provided)
- jakarta.el:jakarta.el-api:jar:5.0.1 (provided)
- jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0 (provided)
- jakarta.faces:jakarta.faces-api:jar:4.0.1 (provided)
- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 (provided)
- jakarta.websocket:jakarta.websocket-api:jar:2.1.0 (provided)
- jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 (provided)
- jakarta.json:jakarta.json-api:jar:2.1.0 (provided)
- jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 (provided)
- jakarta.annotation:jakarta.annotation-api:jar:2.1.1 (provided)
- jakarta.ejb:jakarta.ejb-api:jar:4.0.1 (provided)
- jakarta.transaction:jakarta.transaction-api:jar:2.0.1 (provided)
- jakarta.persistence:jakarta.persistence-api:jar:3.2.0 (provided)
- jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0 (provided)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1 (provided)
- jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1 (provided)
- jakarta.inject:jakarta.inject-api:jar:2.0.1 (provided)
- jakarta.authentication:jakarta.authentication-api:jar:3.0.0 (provided)
- jakarta.security.enterprise:jakarta.security.enterprise-api:jar:3.0.0 (provided)
- jakarta.servlet:jakarta.servlet-api:jar:6.0.0 (provided)
- jakarta.jms:jakarta.jms-api:jar:3.1.0 (provided)
- jakarta.activation:jakarta.activation-api:jar:2.1.0 (provided)
- jakarta.mail:jakarta.mail-api:jar:2.1.0 (provided)
- jakarta.resource:jakarta.resource-api:jar:2.1.0 (provided)
- jakarta.authorization:jakarta.authorization-api:jar:2.1.0 (provided)
- jakarta.batch:jakarta.batch-api:jar:2.1.1 (provided)
- jakarta.platform:jakarta.jakartaee-web-api:jar:10.0.0 (provided)
- jakarta.validation:jakarta.validation-api:jar:3.0.2 (compile)
- com.nulab-inc:zxcvbn:jar:1.7.0 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.2 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.mindrot:jbcrypt:jar:0.4 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (compile)
Licenses
Eclipse Public License 2.0: JSON-B API, Jakarta JSON Processing API, Jakarta Messaging API
BSD Licence: Flasby Util
Eclipse Public License 1.0: JUnit
MIT License: zxcvbn4j
Eclipse Distribution License v. 1.0: Jakarta Persistence API
GPL2 w/ CPE: Jakarta Annotations API, Jakarta Authentication, Jakarta Authorization, Jakarta Enterprise Beans API, Jakarta Faces, Jakarta Interceptors, Jakarta Mail API, Jakarta Security, Jakarta Servlet, Jakarta Standard Tag Library API, jakarta.resource API, jakarta.transaction API
New BSD License: Hamcrest Core
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Persistence API, Jakarta Server Pages API, Jakarta WebSocket - Client API, Jakarta WebSocket - Server API, jakarta.jakartaee-api, jakarta.jakartaee-web-api
GNU General Public License, version 2 with the GNU Classpath Exception: JSON-B API, Jakarta Expression Language API, Jakarta JSON Processing API, Jakarta Messaging API, Jakarta Server Pages API, Jakarta WebSocket - Client API, Jakarta WebSocket - Server API, jakarta.jakartaee-api, jakarta.jakartaee-web-api
Apache License 2.0: CDI APIs, CDI Language Model, Jakarta Bean Validation API
EDL 1.0: Jakarta Activation API, Jakarta Mail API
The MIT License: Project Lombok
Apache-2.0: Apache Log4j API, Apache Log4j Core
ISC: jBCrypt
EPL 2.0: Jakarta Annotations API, Jakarta Authentication, Jakarta Authorization, Jakarta Enterprise Beans API, Jakarta Faces, Jakarta Interceptors, Jakarta Mail API, Jakarta Security, Jakarta Servlet, Jakarta Standard Tag Library API, jakarta.resource API, jakarta.transaction API
GPL-2.0-with-classpath-exception: Jakarta RESTful WS API
EPL-2.0: Jakarta RESTful WS API
The Apache Software License, Version 2.0: FindBugs-jsr305, Jackson-annotations, Jackson-core, Jakarta Batch API, Jakarta Dependency Injection, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.18.3.jar | 78.5 kB | 87 | 74 | 2 | 1.6 | Yes |
jackson-core-2.18.3.jar | 598 kB | 293 | - | - | - | - |
• Root | - | 246 | 211 | 14 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
• Versioned | - | 12 | 3 | 1 | 11 | Yes |
• Versioned | - | 11 | 2 | 1 | 17 | Yes |
• Versioned | - | 11 | 2 | 1 | 21 | Yes |
• Versioned | - | 11 | 2 | 1 | - | Yes |
jackson-databind-2.18.3.jar | 1.7 MB | 829 | - | - | - | - |
• Root | - | 827 | 789 | 23 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
spotbugs-annotations-4.9.2.jar | 16.2 kB | 32 | 25 | 1 | 11 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
zxcvbn-1.7.0.jar | 491 kB | 101 | - | - | - | - |
• Root | - | 99 | 71 | 4 | 1.7 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jakarta.activation-api-2.1.0.jar | 63.5 kB | 57 | 43 | 3 | 1.8 | Yes |
jakarta.annotation-api-2.1.1.jar | 26.1 kB | 31 | 18 | 4 | 1.8 | Yes |
jakarta.authentication-api-3.0.0.jar | 45.2 kB | 57 | 36 | 5 | 11 | Yes |
jakarta.authorization-api-2.1.0.jar | 46.7 kB | 28 | 15 | 2 | 11 | Yes |
jakarta.batch-api-2.1.1.jar | 45.6 kB | 83 | 61 | 9 | 11 | Yes |
jakarta.ejb-api-4.0.1.jar | 61.8 kB | 98 | 82 | 4 | 1.8 | Yes |
jakarta.el-api-5.0.1.jar | 88.3 kB | 65 | 53 | 2 | 11 | Yes |
jakarta.enterprise.cdi-api-4.0.1.jar | 151.3 kB | 214 | 184 | 13 | 11 | Yes |
jakarta.enterprise.lang-model-4.0.1.jar | 26.2 kB | 38 | 23 | 4 | 11 | Yes |
jakarta.faces-api-4.0.1.jar | 718.6 kB | 553 | 500 | 22 | 11 | Yes |
jakarta.inject-api-2.0.1.jar | 10.7 kB | 18 | 7 | 2 | 1.8 | No |
jakarta.interceptor-api-2.1.0.jar | 25.3 kB | 23 | 11 | 2 | 1.8 | Yes |
jakarta.jms-api-3.1.0.jar | 59 kB | 93 | 82 | 2 | 11 | Yes |
jakarta.json-api-2.1.0.jar | 49.3 kB | 51 | 38 | 4 | 1.8 | Yes |
jakarta.json.bind-api-3.0.0.jar | 36.8 kB | 46 | 29 | 7 | 11 | Yes |
jakarta.mail-api-2.1.0.jar | 235.8 kB | 165 | 149 | 6 | 1.8 | Yes |
jakarta.persistence-api-3.2.0.jar | 195.9 kB | 252 | 231 | 5 | 17 | Yes |
jakarta.jakartaee-api-10.0.0.jar | 2.3 MB | 2634 | 2440 | 140 | 11 | Yes |
jakarta.jakartaee-web-api-10.0.0.jar | 1.7 MB | 1936 | 1787 | 100 | 11 | Yes |
jakarta.resource-api-2.1.0.jar | 65.2 kB | 106 | 90 | 7 | 11 | Yes |
jakarta.security.enterprise-api-3.0.0.jar | 85.3 kB | 84 | 59 | 7 | 11 | Yes |
jakarta.servlet-api-6.0.0.jar | 347.6 kB | 157 | 85 | 5 | 11 | Yes |
jakarta.servlet.jsp-api-3.1.0.jar | 71.1 kB | 75 | 60 | 4 | 11 | Yes |
jakarta.servlet.jsp.jstl-api-3.0.0.jar | 46 kB | 38 | 21 | 5 | 11 | Yes |
jakarta.transaction-api-2.0.1.jar | 28.6 kB | 32 | 20 | 2 | 1.8 | Yes |
jakarta.validation-api-3.0.2.jar | 93.3 kB | 161 | 144 | 10 | 1.8 | Yes |
jakarta.websocket-api-2.1.0.jar | 23.9 kB | 22 | 10 | 2 | 1.8 | Yes |
jakarta.websocket-client-api-2.1.0.jar | 41.8 kB | 57 | 46 | 2 | 1.8 | Yes |
jakarta.ws.rs-api-3.1.0.jar | 154.8 kB | 167 | 150 | 7 | 11 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 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 |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
jbcrypt-0.4.jar | 17.4 kB | 11 | 1 | 1 | 1.5 | Yes |
lombok-1.18.36.jar | 2.1 MB | 1083 | 178 | 13 | 1.6 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
41 | 14.4 MB | 11831 | 9676 | 551 | 17 | 40 |
compile: 8 | compile: 5.2 MB | compile: 3049 | compile: 2713 | compile: 122 | 17 | compile: 8 |
provided: 31 | provided: 8.8 MB | provided: 8341 | provided: 6568 | provided: 394 | provided: 30 | |
test: 2 | test: 429.6 kB | test: 441 | test: 395 | test: 35 | 1.5 | test: 2 |