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.19.0 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.19.0 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.dataformat | jackson-dataformat-xml | 2.19.0 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.19.0 | jar | The Apache Software License, Version 2.0 |
com.opencsv | opencsv | 5.11 | jar | Apache 2 |
com.sun.xml.bind | jaxb-impl | 4.0.5 | jar | Eclipse Distribution License - v 1.0 |
commons-io | commons-io | 2.19.0 | jar | Apache-2.0 |
io.jsonwebtoken | jjwt-api | 0.12.6 | jar | Apache License, Version 2.0 |
jakarta.xml.bind | jakarta.xml.bind-api | 4.0.2 | jar | Eclipse Distribution License - v 1.0 |
org.apache.httpcomponents.client5 | httpclient5 | 5.4.3 | jar | Apache License, Version 2.0 |
org.openapitools | jackson-databind-nullable | 0.2.6 | jar | Apache License 2.0 |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
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 |
---|---|---|---|---|
io.jsonwebtoken | jjwt-impl | 0.12.6 | jar | Apache License, Version 2.0 |
io.jsonwebtoken | jjwt-jackson | 0.12.6 | 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.apache.logging.log4j | log4j-slf4j2-impl | 2.24.3 | jar | Apache-2.0 |
org.junit.jupiter | junit-jupiter-api | 5.12.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-core | 2.19.0 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.woodstox | woodstox-core | 7.1.0 | jar | The Apache License, Version 2.0 |
com.sun.xml.bind | jaxb-core | 4.0.5 | jar | Eclipse Distribution License - v 1.0 |
commons-beanutils | commons-beanutils | 1.10.0 | jar | Apache-2.0 |
commons-collections | commons-collections | 3.2.2 | jar | Apache License, Version 2.0 |
commons-logging | commons-logging | 1.3.4 | jar | Apache-2.0 |
jakarta.activation | jakarta.activation-api | 2.1.3 | jar | EDL 1.0 |
org.apache.commons | commons-collections4 | 4.4 | jar | Apache License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.apache.commons | commons-text | 1.13.0 | jar | Apache-2.0 |
org.apache.httpcomponents.core5 | httpcore5 | 5.3.4 | jar | Apache License, Version 2.0 |
org.apache.httpcomponents.core5 | httpcore5-h2 | 5.3.4 | jar | Apache License, Version 2.0 |
org.codehaus.woodstox | stax2-api | 4.2.2 | jar | The BSD 2-Clause 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.angus | angus-activation | 2.0.2 | 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.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.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.12.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- software.xdev:bzst-dip-java-client:jar:2.0.2
- commons-io:commons-io:jar:2.19.0 (compile)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 (compile)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (compile)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (compile)
- com.sun.xml.bind:jaxb-impl:jar:4.0.5 (compile)
- com.sun.xml.bind:jaxb-core:jar:4.0.5 (compile)
- org.eclipse.angus:angus-activation:jar:2.0.2 (runtime)
- org.eclipse.angus:angus-activation:jar:2.0.2 (runtime)
- com.sun.xml.bind:jaxb-core:jar:4.0.5 (compile)
- io.jsonwebtoken:jjwt-api:jar:0.12.6 (compile)
- io.jsonwebtoken:jjwt-impl:jar:0.12.6 (runtime)
- io.jsonwebtoken:jjwt-jackson:jar:0.12.6 (runtime)
- com.fasterxml.jackson.core:jackson-databind:jar:2.19.0 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.19.0 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.19.0 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.19.0 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.19.0 (compile)
- org.codehaus.woodstox:stax2-api:jar:4.2.2 (compile)
- com.fasterxml.woodstox:woodstox-core:jar:7.1.0 (compile)
- org.codehaus.woodstox:stax2-api:jar:4.2.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.19.0 (compile)
- org.apache.httpcomponents.client5:httpclient5:jar:5.4.3 (compile)
- org.apache.httpcomponents.core5:httpcore5:jar:5.3.4 (compile)
- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.3.4 (compile)
- org.apache.httpcomponents.core5:httpcore5:jar:5.3.4 (compile)
- org.openapitools:jackson-databind-nullable:jar:0.2.6 (compile)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- com.opencsv:opencsv:jar:5.11 (compile)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- org.apache.commons:commons-text:jar:1.13.0 (compile)
- commons-beanutils:commons-beanutils:jar:1.10.0 (compile)
- commons-logging:commons-logging:jar:1.3.4 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- commons-logging:commons-logging:jar:1.3.4 (compile)
- org.apache.commons:commons-collections4:jar:4.4 (compile)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.12.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.12.2 (test)
- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.24.3 (test)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (test)
- org.apache.logging.log4j:log4j-core:jar:2.24.3 (test)
- org.apache.logging.log4j:log4j-api:jar:2.24.3 (test)
- commons-io:commons-io:jar:2.19.0 (compile)
Licenses
Apache 2: opencsv
EDL 1.0: Angus Activation Registries, Jakarta Activation API
The Apache License, Version 2.0: Woodstox, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License 2.0: JsonNullable Jackson module
The BSD 2-Clause License: Stax2 API
Apache-2.0: Apache Commons BeanUtils, Apache Commons IO, Apache Commons Lang, Apache Commons Logging, Apache Commons Text, Apache Log4j API, Apache Log4j Core, SLF4J 2 Provider for Log4j API, bzst-dip-java-client
Apache License, Version 2.0: Apache Commons Collections, Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, JJWT :: API, JJWT :: Extensions :: Jackson, JJWT :: Impl
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Params, JUnit Platform Commons
Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime
MIT: SLF4J API Module
The Apache Software License, Version 2.0: Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Jackson-dataformat-XML, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.19.0.jar | 78.6 kB | 87 | 74 | 2 | 1.6 | Yes |
jackson-core-2.19.0.jar | 599.9 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 | 22 | Yes |
jackson-databind-2.19.0.jar | 1.7 MB | 847 | - | - | - | - |
• Root | - | 845 | 807 | 23 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-dataformat-xml-2.19.0.jar | 130.1 kB | 88 | - | - | - | - |
• Root | - | 86 | 63 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jackson-datatype-jsr310-2.19.0.jar | 137 kB | 88 | - | - | - | - |
• Root | - | 86 | 64 | 6 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
woodstox-core-7.1.0.jar | 1.6 MB | 1091 | 942 | 78 | 1.8 | Yes |
opencsv-5.11.jar | 241.8 kB | 196 | 157 | 15 | 1.8 | Yes |
jaxb-core-4.0.5.jar | 235.4 kB | 257 | 186 | 24 | 11 | Yes |
jaxb-impl-4.0.5.jar | 923.2 kB | 697 | 559 | 19 | 11 | Yes |
commons-beanutils-1.10.0.jar | 246.2 kB | 152 | - | - | - | - |
• Root | - | 151 | 134 | 5 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
commons-io-2.19.0.jar | 556.1 kB | 408 | - | - | - | - |
• Root | - | 407 | 380 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-logging-1.3.4.jar | 73.7 kB | 42 | - | - | - | - |
• Root | - | 41 | 27 | 2 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
jjwt-api-0.12.6.jar | 140.3 kB | 208 | 196 | 4 | 1.7 | Yes |
jjwt-impl-0.12.6.jar | 473.3 kB | 355 | 339 | 5 | 1.7 | Yes |
jjwt-jackson-0.12.6.jar | 9.4 kB | 19 | 5 | 1 | 1.7 | Yes |
jakarta.activation-api-2.1.3.jar | 66.5 kB | 60 | 46 | 3 | 1.8 | Yes |
jakarta.xml.bind-api-4.0.2.jar | 131 kB | 138 | 115 | 7 | 11 | Yes |
commons-collections4-4.4.jar | 751.9 kB | 555 | 524 | 19 | 1.8 | Yes |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - |
• Root | - | 425 | 395 | 18 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-text-1.13.0.jar | 257.9 kB | 185 | - | - | - | - |
• Root | - | 184 | 164 | 8 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
httpclient5-5.4.3.jar | 909.9 kB | 569 | 524 | 27 | 1.8 | Yes |
httpcore5-5.3.4.jar | 908.6 kB | 703 | 657 | 31 | 1.8 | Yes |
httpcore5-h2-5.3.4.jar | 241.7 kB | 178 | 150 | 14 | 1.8 | 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 |
log4j-slf4j2-impl-2.24.3.jar | 30.1 kB | 31 | 14 | 3 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
stax2-api-4.2.2.jar | 195.9 kB | 146 | 125 | 12 | 1.6 | Yes |
angus-activation-2.0.2.jar | 27 kB | 33 | 11 | 3 | 1.8 | Yes |
junit-jupiter-api-5.12.2.jar | 233.4 kB | 211 | 192 | 8 | 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 |
jackson-databind-nullable-0.2.6.jar | 19.7 kB | 29 | 14 | 1 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 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 |
36 | 15.3 MB | 10733 | 9452 | 492 | 11 | 36 |
compile: 25 | compile: 11.5 MB | compile: 7998 | compile: 7029 | compile: 369 | 11 | compile: 25 |
runtime: 3 | runtime: 509.8 kB | runtime: 407 | runtime: 355 | runtime: 9 | runtime: 3 | |
test: 8 | test: 3.3 MB | test: 2328 | test: 2068 | test: 114 | 1.8 | test: 8 |