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-databind | 2.17.2 | jar | The Apache Software License, Version 2.0 |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
io.openapitools.jackson.dataformat | jackson-dataformat-hal | 1.0.9 | jar | MIT License |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-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 |
---|---|---|---|---|
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.17.2 | jar | The Apache Software License, Version 2.0 |
nl.jqno.equalsverifier | equalsverifier | 3.16.2 | jar | Apache License, Version 2.0 |
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 |
org.reflections | reflections | 0.10.2 | jar | WTFPLThe Apache Software License, Version 2.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-annotations | 2.17.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.17.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.jaxrs | jackson-jaxrs-base | 2.12.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.jaxrs | jackson-jaxrs-json-provider | 2.12.2 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.module | jackson-module-jaxb-annotations | 2.12.2 | jar | The Apache Software License, Version 2.0 |
jakarta.activation | jakarta.activation-api | 1.2.1 | jar | EDL 1.0 |
jakarta.xml.bind | jakarta.xml.bind-api | 2.3.2 | jar | Eclipse Distribution License - v 1.0 |
org.slf4j | slf4j-api | 2.0.6 | jar | MIT 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.14.19 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.javassist | javassist | 3.28.0-GA | jar | MPL 1.1LGPL 2.1Apache License 2.0 |
org.junit.platform | junit-platform-commons | 1.11.0 | 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 |
Project Dependency Graph
Dependency Tree
- org.oxerr.viagogo:gogokit-model:jar:6.5.2-SNAPSHOT
- 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.apache.commons:commons-lang3:jar:3.17.0 (compile)
- org.reflections:reflections:jar:0.10.2 (test)
- org.javassist:javassist:jar:3.28.0-GA (test)
- 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.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.17.2 (test)
- 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)
- nl.jqno.equalsverifier:equalsverifier:jar:3.16.2 (test)
- org.objenesis:objenesis:jar:3.4 (test)
- net.bytebuddy:byte-buddy:jar:1.14.19 (test)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The BSD 2-Clause License: GogoKit Model
MIT License: Jackson HAL Dataformat, SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
WTFPL: Reflections
Apache License 2.0: Javassist
EDL 1.0: JavaBeans Activation Framework API jar
Apache License, Version 2.0: Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J 2.0 Binding, Byte Buddy (without dependencies), EqualsVerifier | release normal jar, Objenesis
Apache-2.0: Apache Commons Lang
LGPL 2.1: Javassist
Eclipse Distribution License - v 1.0: jakarta.xml.bind-api
MPL 1.1: Javassist
The Apache Software License, Version 2.0: FindBugs-jsr305, Jackson datatype: JSR310, Jackson module: JAXB Annotations, Jackson-JAXRS-JSON, Jackson-JAXRS-base, Jackson-annotations, Jackson-core, Reflections, jackson-databind
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-datatype-jsr310-2.17.2.jar | 132.3 kB | 86 | 63 | 7 | 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 |
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.xml.bind-api-2.3.2.jar | 115.5 kB | 137 | 111 | 7 | 9 | Yes |
byte-buddy-1.14.19.jar | 4.2 MB | 2939 | 2885 | 39 | 9 | Yes |
equalsverifier-3.16.2.jar | 233.4 kB | 164 | 120 | 12 | 17 | 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 |
javassist-3.28.0-GA.jar | 851.5 kB | 474 | 426 | 17 | 1.8 | 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 |
objenesis-3.4.jar | 49.1 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes |
reflections-0.10.2.jar | 130.4 kB | 87 | 74 | 5 | 1.8 | Yes |
slf4j-api-2.0.6.jar | 62.5 kB | 66 | 52 | 5 | 9 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
25 | 11.5 MB | 7711 | 7039 | 267 | 21 | 25 |
compile: 12 | compile: 3.3 MB | compile: 2040 | compile: 1759 | compile: 93 | 21 | compile: 12 |
test: 13 | test: 8.2 MB | test: 5671 | test: 5280 | test: 174 | 17 | test: 13 |