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.amilesend | okhttp-client-extensions | 1.1.1 | jar | MIT License |
org.apache.commons | commons-csv | 1.14.1 | jar | Apache-2.0 |
org.slf4j | slf4j-api | 2.0.16 | 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 |
---|---|---|---|---|
com.squareup.okhttp3 | mockwebserver3-junit5 | 5.1.0 | jar | The Apache Software License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.13.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 5.20.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.20.0 | jar | MIT |
org.slf4j | slf4j-simple | 2.0.16 | jar | MIT 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.projectlombok | lombok | 1.18.42 | 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.github.spotbugs | spotbugs-annotations | 4.9.6 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.code.gson | gson | 2.13.2 | jar | Apache-2.0 |
com.google.errorprone | error_prone_annotations | 2.41.0 | jar | Apache 2.0 |
com.squareup.okhttp3 | okhttp | 5.1.0 | jar | The Apache Software License, Version 2.0 |
com.squareup.okhttp3 | okhttp-jvm | 5.1.0 | jar | The Apache Software License, Version 2.0 |
com.squareup.okio | okio | 3.16.0 | jar | The Apache Software License, Version 2.0 |
com.squareup.okio | okio-jvm | 3.15.0 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.19.0 | jar | Apache-2.0 |
commons-io | commons-io | 2.20.0 | jar | Apache-2.0 |
org.jetbrains | annotations | 13.0 | jar | The Apache Software License, Version 2.0 |
org.jetbrains.kotlin | kotlin-stdlib | 2.2.0 | jar | The 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 |
---|---|---|---|---|
com.squareup.okhttp3 | mockwebserver3 | 5.1.0 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy | 1.17.7 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.17.7 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.13.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.13.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.13.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.amilesend:discogs-java-client:jar:1.0
- org.projectlombok:lombok:jar:1.18.42 (provided)
- org.slf4j:slf4j-simple:jar:2.0.16 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.13.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.13.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.2 (test)
- org.mockito:mockito-core:jar:5.20.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.17.7 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
- org.mockito:mockito-junit-jupiter:jar:5.20.0 (test)
- com.squareup.okhttp3:mockwebserver3-junit5:jar:5.1.0 (test)
- com.squareup.okhttp3:okhttp-jvm:jar:5.1.0 (compile)
- com.squareup.okio:okio-jvm:jar:3.15.0 (compile)
- com.squareup.okio:okio-jvm:jar:3.15.0 (compile)
- com.squareup.okhttp3:mockwebserver3:jar:5.1.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:2.2.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- com.squareup.okhttp3:okhttp-jvm:jar:5.1.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.apache.commons:commons-csv:jar:1.14.1 (compile)
- commons-io:commons-io:jar:2.20.0 (compile)
- commons-codec:commons-codec:jar:1.19.0 (compile)
- commons-io:commons-io:jar:2.20.0 (compile)
- com.amilesend:okhttp-client-extensions:jar:1.1.1 (compile)
- com.google.code.gson:gson:jar:2.13.2 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.41.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.41.0 (compile)
- com.squareup.okhttp3:okhttp:jar:5.1.0 (compile)
- com.squareup.okio:okio:jar:3.16.0 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.6 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.google.code.gson:gson:jar:2.13.2 (compile)
- org.projectlombok:lombok:jar:1.18.42 (provided)
Licenses
The Apache License, Version 2.0: Kotlin Stdlib, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
The MIT License: Project Lombok
MIT License: SLF4J API Module, SLF4J Simple Provider, okhttp-client-extensions
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
Apache-2.0: Apache Commons CSV, Apache Commons Codec, Apache Commons IO, Gson
MIT: mockito-core, mockito-junit-jupiter
GNU General Public License, version 3: discogs-java-client
The Apache Software License, Version 2.0: FindBugs-jsr305, IntelliJ IDEA Annotations, mockwebserver3, mockwebserver3-junit5, okhttp, okio
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
okhttp-client-extensions-1.1.1.jar | 74.3 kB | 70 | 51 | 9 | 11 | Yes |
spotbugs-annotations-4.9.6.jar | 16.2 kB | 32 | 25 | 1 | 1.8 | Yes |
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes |
gson-2.13.2.jar | 289.9 kB | 226 | - | - | - | - |
• Root | - | 224 | 203 | 9 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
error_prone_annotations-2.41.0.jar | 20.4 kB | 49 | - | - | - | - |
• Root | - | 42 | 29 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
mockwebserver3-5.1.0.jar | 69.3 kB | 33 | 28 | 2 | 1.8 | Yes |
mockwebserver3-junit5-5.1.0.jar | 4.1 kB | 8 | 2 | 2 | 1.8 | Yes |
okhttp-5.1.0.jar | 0.8 kB | 3 | 0 | 0 | - | - |
okhttp-jvm-5.1.0.jar | 859.8 kB | 358 | 329 | 19 | 1.8 | Yes |
okio-3.16.0.jar | 76.4 kB | 180 | 0 | 0 | - | - |
okio-jvm-3.15.0.jar | 376.9 kB | 121 | 116 | 2 | 1.8 | Yes |
commons-codec-1.19.0.jar | 374.7 kB | 263 | - | - | - | - |
• Root | - | 262 | 115 | 7 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
commons-io-2.20.0.jar | 564 kB | 415 | - | - | - | - |
• Root | - | 414 | 387 | 15 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
byte-buddy-1.17.7.jar | 9 MB | 6066 | - | - | - | - |
• Root | - | 3023 | 2970 | 38 | 1.5 | Yes |
• Versioned | - | 3013 | 2971 | 39 | 1.8 | Yes |
• Versioned | - | 30 | 25 | 1 | 24 | Yes |
byte-buddy-agent-1.17.7.jar | 366.2 kB | 170 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 79 | 73 | 3 | 1.8 | Yes |
commons-csv-1.14.1.jar | 61 kB | 34 | - | - | - | - |
• Root | - | 33 | 20 | 1 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-2.2.0.jar | 1.8 MB | 1033 | - | - | - | - |
• Root | - | 1031 | 969 | 46 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
junit-jupiter-api-5.13.2.jar | 240.3 kB | 216 | 201 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.13.2.jar | 339 kB | 177 | 160 | 9 | 1.8 | Yes |
junit-platform-commons-1.13.2.jar | 156.3 kB | 99 | - | - | - | - |
• Root | - | 88 | 73 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.13.2.jar | 268.6 kB | 189 | 170 | 10 | 1.8 | Yes |
mockito-core-5.20.0.jar | 710.5 kB | 648 | 576 | 66 | 11 | Yes |
mockito-junit-jupiter-5.20.0.jar | 9.4 kB | 14 | 6 | 3 | 11 | Yes |
objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
lombok-1.18.42.jar | 2 MB | 1068 | 179 | 13 | 1.6 | Yes |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-simple-2.0.16.jar | 15.7 kB | 22 | - | - | - | - |
• Root | - | 20 | 6 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
30 | 17.9 MB | 11739 | 6864 | 297 | 11 | 28 |
compile: 15 | compile: 4.6 MB | compile: 2946 | compile: 2366 | compile: 120 | 11 | compile: 13 |
provided: 1 | provided: 2 MB | provided: 1068 | provided: 179 | provided: 13 | provided: 1 | |
test: 14 | test: 11.3 MB | test: 7725 | test: 4319 | test: 164 | 11 | test: 14 |