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 |
org.apache.commons | commons-lang3 | 3.13.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 |
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 |
org.slf4j | slf4j-api | 2.0.6 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.oxerr.vividseats.client:vividseats-client-model:jar:0.0.2-SNAPSHOT
- org.apache.commons:commons-lang3:jar:3.13.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 (test)
- 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.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)
- 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
WTFPL: Reflections
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License 2.0: Javassist
The BSD 2-Clause License: Vivid Seats Client - Model
MIT License: SLF4J API Module
Apache-2.0: Apache Commons Lang
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
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
LGPL 2.1: Javassist
MPL 1.1: Javassist
The Apache Software License, Version 2.0: FindBugs-jsr305, Jackson datatype: JSR310, 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 |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | 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.13.0.jar | 632.3 kB | 420 | 390 | 18 | 1.8 | 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 |
19 | 11.2 MB | 7386 | 6827 | 241 | 21 | 19 |
compile: 5 | compile: 3 MB | compile: 1649 | compile: 1495 | compile: 62 | 21 | compile: 5 |
test: 14 | test: 8.2 MB | test: 5737 | test: 5332 | test: 179 | 17 | test: 14 |