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.mmazi | rescu | 3.0 | jar | MIT |
jakarta.ws.rs | jakarta.ws.rs-api | 3.1.0 | jar | EPL-2.0GPL-2.0-with-classpath-exception |
org.oxerr.viagogo | gogokit-model | 6.5.2-SNAPSHOT | jar | The BSD 2-Clause License |
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.20.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.20.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-slf4j2-impl | 2.20.0 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.0 | 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:
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.junit.platform | junit-platform-commons | 1.11.0 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.oxerr.viagogo.rescu:gogokit-client-rescu-resource:jar:6.5.2-SNAPSHOT
- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.20.0 (test)
- org.apache.logging.log4j:log4j-core:jar:2.20.0 (test)
- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.20.0 (test)
- org.slf4j:slf4j-api:jar:2.0.6 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.oxerr.viagogo:gogokit-model:jar:6.5.2-SNAPSHOT (compile)
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.17.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.17.2 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- io.openapitools.jackson.dataformat:jackson-dataformat-hal:jar:1.0.9 (compile)
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.2 (compile)
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.2 (compile)
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.2 (compile)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 (compile)
- jakarta.activation:jakarta.activation-api:jar:1.2.1 (compile)
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.2 (compile)
- com.github.mmazi:rescu:jar:3.0 (compile)
- oauth.signpost:signpost-core:jar:2.1.1 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
EDL 1.0: JavaBeans Activation Framework API jar
The BSD 2-Clause License: GogoKit Client - ResCU - Resource, GogoKit Model
MIT License: Jackson HAL Dataformat, SLF4J API Module
Apache License, Version 2.0: Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J 2.0 Binding
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
Apache-2.0: Apache Commons Lang
Eclipse Distribution License - v 1.0: jakarta.xml.bind-api
MIT: ResCU
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 module: JAXB Annotations, Jackson-JAXRS-JSON, Jackson-JAXRS-base, Jackson-annotations, Jackson-core, jackson-databind, signpost-core
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.17.2.jar | 78.5 kB | 87 | 74 | 2 | 9 | Yes |
jackson-core-2.17.2.jar | 581.9 kB | 272 | 211 | 15 | 21 | Yes |
jackson-databind-2.17.2.jar | 1.6 MB | 824 | 785 | 24 | 9 | Yes |
jackson-jaxrs-base-2.12.2.jar | 36.1 kB | 41 | 22 | 6 | 9 | Yes |
jackson-jaxrs-json-provider-2.12.2.jar | 16.7 kB | 29 | 9 | 3 | 9 | Yes |
jackson-module-jaxb-annotations-2.12.2.jar | 36.6 kB | 33 | 13 | 4 | 9 | Yes |
rescu-3.0.jar | 69.3 kB | 68 | 53 | 6 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
jackson-dataformat-hal-1.0.9.jar | 32.6 kB | 37 | 20 | 4 | 1.8 | Yes |
jakarta.activation-api-1.2.1.jar | 44.4 kB | 42 | 31 | 1 | 1.5 | Yes |
jakarta.ws.rs-api-3.1.0.jar | 154.8 kB | 167 | 150 | 7 | 11 | Yes |
jakarta.xml.bind-api-2.3.2.jar | 115.5 kB | 137 | 111 | 7 | 9 | Yes |
signpost-core-2.1.1.jar | 48.9 kB | 53 | 34 | 6 | 1.8 | Yes |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | 396 | 19 | 9 | Yes |
log4j-api-2.20.0.jar | 313.3 kB | 223 | 189 | 9 | 9 | Yes |
log4j-core-2.20.0.jar | 1.8 MB | 1305 | 1210 | 54 | 1.8 | Yes |
log4j-slf4j2-impl-2.20.0.jar | 26.4 kB | 27 | 11 | 1 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 9 | Yes |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | 65 | 8 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
gogokit-model-6.5.2-SNAPSHOT.jar | 69 kB | 83 | 62 | 11 | 11 | Yes |
slf4j-api-2.0.6.jar | 62.5 kB | 66 | 52 | 5 | 9 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
23 | 6.3 MB | 4273 | 3727 | 207 | 21 | 23 |
compile: 16 | compile: 3.7 MB | compile: 2411 | compile: 2058 | compile: 123 | 21 | compile: 16 |
test: 7 | test: 2.6 MB | test: 1862 | test: 1669 | test: 84 | 9 | test: 7 |