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.4 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
com.google.code.gson | gson | 2.13.1 | 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 |
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.19.0 | jar | MIT |
org.mockito | mockito-junit-jupiter | 5.19.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.38 | 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.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.38.0 | jar | Apache 2.0 |
com.squareup.okio | okio-jvm | 3.15.0 | jar | The Apache Software License, Version 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.6 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.17.6 | 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:okhttp-client-extensions:jar:1.1
- org.projectlombok:lombok:jar:1.18.38 (provided)
- 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.19.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.6 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.17.6 (test)
- org.objenesis:objenesis:jar:3.3 (test)
- net.bytebuddy:byte-buddy:jar:1.17.6 (test)
- org.mockito:mockito-junit-jupiter:jar:5.19.0 (test)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.slf4j:slf4j-simple:jar:2.0.16 (test)
- com.google.code.gson:gson:jar:2.13.1 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.38.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.38.0 (compile)
- com.squareup.okhttp3:okhttp:jar:5.1.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:2.2.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:2.2.0 (compile)
- 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-junit5:jar:5.1.0 (test)
- com.squareup.okhttp3:mockwebserver3:jar:5.1.0 (test)
- com.squareup.okhttp3:mockwebserver3:jar:5.1.0 (test)
- com.squareup.okio:okio:jar:3.16.0 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.4 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.projectlombok:lombok:jar:1.18.38 (provided)
Licenses
The Apache License, Version 2.0: Kotlin Stdlib, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: error-prone annotations
MIT License: SLF4J API Module, SLF4J Simple Provider, okhttp-client-extensions
The MIT License: Project Lombok
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: Gson
MIT: mockito-core, mockito-junit-jupiter
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 |
---|---|---|---|---|---|---|
spotbugs-annotations-4.9.4.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.1.jar | 287 kB | 225 | - | - | - | - |
• Root | - | 224 | 204 | 9 | 1.8 | Yes |
• Versioned | - | 1 | 1 | 1 | 9 | No |
error_prone_annotations-2.38.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 |
byte-buddy-1.17.6.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.6.jar | 366.2 kB | 170 | - | - | - | - |
• Root | - | 91 | 72 | 2 | 1.5 | Yes |
• Versioned | - | 79 | 73 | 3 | 1.8 | Yes |
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.19.0.jar | 710.3 kB | 648 | 576 | 66 | 11 | Yes |
mockito-junit-jupiter-5.19.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.38.jar | 2.1 MB | 1082 | 178 | 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 |
26 | 16.8 MB | 10970 | 6291 | 265 | 11 | 24 |
compile: 11 | compile: 3.5 MB | compile: 2163 | compile: 1794 | compile: 88 | 1.8 | compile: 9 |
provided: 1 | provided: 2.1 MB | provided: 1082 | provided: 178 | provided: 13 | provided: 1 | |
test: 14 | test: 11.3 MB | test: 7725 | test: 4319 | test: 164 | 11 | test: 14 |