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 |
|---|---|---|---|---|
| jakarta.ws.rs | jakarta.ws.rs-api | 4.0.0 | jar | EPL-2.0GPL-2.0-with-classpath-exception |
| org.apache.httpcomponents.client5 | httpclient5 | 5.7-alpha1 | jar | Apache License, Version 2.0 |
| org.apache.httpcomponents.core5 | httpcore5-jackson2 | 5.5-beta2 | jar | 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 |
|---|---|---|---|---|
| org.apache.httpcomponents.core5 | httpcore5-testing | 5.5-beta2 | jar | Apache License, Version 2.0 |
| org.apache.logging.log4j | log4j-core | 2.26.1 | jar | Apache-2.0 |
| org.apache.logging.log4j | log4j-slf4j-impl | 2.26.1 | jar | Apache-2.0 |
| org.assertj | assertj-core | 3.27.7 | jar | Apache-2.0 |
| org.junit.jupiter | junit-jupiter | 5.14.4 | jar | Eclipse Public License v2.0 |
| org.slf4j | slf4j-api | 1.7.36 | jar | 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.fasterxml.jackson.core | jackson-annotations | 2.21 | jar | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.core | jackson-core | 2.21.3 | jar | The Apache Software License, Version 2.0 |
| com.fasterxml.jackson.core | jackson-databind | 2.21.3 | jar | The Apache Software License, Version 2.0 |
| org.apache.httpcomponents.core5 | httpcore5 | 5.5-beta2 | jar | Apache License, Version 2.0 |
| org.apache.httpcomponents.core5 | httpcore5-h2 | 5.5-beta2 | jar | 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 | Classifier | Type | Licenses |
|---|---|---|---|---|---|
| commons-cli | commons-cli | 1.11.0 | - | jar | Apache-2.0 |
| io.reactivex.rxjava3 | rxjava | 3.1.12 | - | jar | The Apache Software License, Version 2.0 |
| net.bytebuddy | byte-buddy | 1.18.3 | - | jar | Apache License, Version 2.0 |
| org.apache.httpcomponents.core5 | httpcore5 | 5.5-beta2 | tests | jar | Apache License, Version 2.0 |
| org.apache.httpcomponents.core5 | httpcore5-reactive | 5.5-beta2 | - | jar | Apache License, Version 2.0 |
| org.apache.logging.log4j | log4j-api | 2.26.1 | - | jar | Apache-2.0 |
| org.apiguardian | apiguardian-api | 1.1.2 | - | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 5.14.4 | - | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-engine | 5.14.4 | - | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 5.14.4 | - | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 1.14.4 | - | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 1.14.4 | - | jar | Eclipse Public License v2.0 |
| org.opentest4j | opentest4j | 1.3.0 | - | jar | The Apache License, Version 2.0 |
| org.reactivestreams | reactive-streams | 1.0.4 | - | jar | MIT-0 |
Project Dependency Graph
Dependency Tree
- org.apache.httpcomponents.client5:httpclient5-jakarta-rest-client:jar:5.7-alpha1
- org.apache.httpcomponents.client5:httpclient5:jar:5.7-alpha1 (compile)
- org.apache.httpcomponents.core5:httpcore5:jar:5.5-beta2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.5-beta2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.httpcomponents.core5:httpcore5:jar:5.5-beta2 (compile)
- jakarta.ws.rs:jakarta.ws.rs-api:jar:4.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.httpcomponents.core5:httpcore5-jackson2:jar:5.5-beta2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.21.3 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.21 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-core:jar:2.21.3 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.21 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.21.3 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.14.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:5.14.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.14.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.14.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.14.4 (test)
- org.apache.httpcomponents.core5:httpcore5-testing:jar:5.5-beta2 (test)
- org.apache.httpcomponents.core5:httpcore5-reactive:jar:5.5-beta2 (test)
- org.reactivestreams:reactive-streams:jar:1.0.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.reactivestreams:reactive-streams:jar:1.0.4 (test)
- commons-cli:commons-cli:jar:1.11.0 (test)
![[Information]](./images/icon_info_sml.gif)
- io.reactivex.rxjava3:rxjava:jar:3.1.12 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.httpcomponents.core5:httpcore5:jar:tests:5.5-beta2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.httpcomponents.core5:httpcore5-reactive:jar:5.5-beta2 (test)
- org.slf4j:slf4j-api:jar:1.7.36 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.26.1 (test)
- org.apache.logging.log4j:log4j-api:jar:2.26.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.logging.log4j:log4j-api:jar:2.26.1 (test)
- org.apache.logging.log4j:log4j-core:jar:2.26.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.assertj:assertj-core:jar:3.27.7 (test)
- net.bytebuddy:byte-buddy:jar:1.18.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.18.3 (test)
- org.apache.httpcomponents.client5:httpclient5:jar:5.7-alpha1 (compile)
Licenses
MIT-0: reactive-streams
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2, Apache HttpComponents Core Integration Tests, Apache HttpComponents Core Reactive Extensions, Byte Buddy (without dependencies), Jackson 2 bindings for Apache HttpComponents Core, Jakarta REST Client for Apache HttpClient
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Apache-2.0: Apache Commons CLI, Apache Log4j API, Apache Log4j Core, AssertJ Core, SLF4J 1 Binding for Log4j API
GPL-2.0-with-classpath-exception: Jakarta RESTful WS API
EPL-2.0: Jakarta RESTful WS API
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, RxJava, jackson-databind
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| jackson-annotations-2.21.jar | 82.1 kB | 89 | 76 | 2 | 1.8 | Yes |
| jackson-core-2.21.3.jar | 594.1 kB | 286 | - | - | - | - |
| • Root | - | 250 | 213 | 16 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| • Versioned | - | 12 | 3 | 1 | 11 | Yes |
| • Versioned | - | 11 | 2 | 1 | 17 | Yes |
| • Versioned | - | 11 | 2 | 1 | 21 | Yes |
| jackson-databind-2.21.3.jar | 1.7 MB | 852 | - | - | - | - |
| • Root | - | 850 | 812 | 23 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| commons-cli-1.11.0.jar | 110.2 kB | 73 | - | - | - | - |
| • Root | - | 71 | 56 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| rxjava-3.1.12.jar | 2.7 MB | 1803 | - | - | - | - |
| • Root | - | 1801 | 1757 | 32 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| jakarta.ws.rs-api-4.0.0.jar | 153.9 kB | 171 | 154 | 7 | 17 | Yes |
| byte-buddy-1.18.3.jar | 9.2 MB | 6220 | - | - | - | - |
| • Root | - | 3100 | 3046 | 39 | 1.5 | Yes |
| • Versioned | - | 3090 | 3047 | 40 | 1.8 | Yes |
| • Versioned | - | 30 | 25 | 1 | - | Yes |
| httpclient5-5.7-alpha1.jar | 1.1 MB | 649 | 602 | 29 | 1.8 | Yes |
| httpcore5-5.5-beta2-tests.jar | 615.9 kB | 310 | 259 | 28 | 1.8 | Yes |
| httpcore5-5.5-beta2.jar | 993.3 kB | 755 | 708 | 32 | 1.8 | Yes |
| httpcore5-h2-5.5-beta2.jar | 272.3 kB | 190 | 161 | 15 | 1.8 | Yes |
| httpcore5-jackson2-5.5-beta2.jar | 102.8 kB | 94 | 77 | 3 | 1.8 | Yes |
| httpcore5-reactive-5.5-beta2.jar | 20.6 kB | 22 | 7 | 1 | 1.8 | Yes |
| httpcore5-testing-5.5-beta2.jar | 149.9 kB | 95 | 75 | 6 | 1.8 | Yes |
| log4j-api-2.26.1.jar | 351.4 kB | 253 | - | - | - | - |
| • Root | - | 242 | 210 | 12 | 1.8 | Yes |
| • Versioned | - | 11 | 4 | 2 | 9 | Yes |
| log4j-core-2.26.1.jar | 2 MB | 1371 | - | - | - | - |
| • Root | - | 1355 | 1253 | 60 | 1.8 | Yes |
| • Versioned | - | 16 | 6 | 3 | 9 | Yes |
| log4j-slf4j-impl-2.26.1.jar | 25.4 kB | 31 | 14 | 4 | 1.8 | Yes |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| assertj-core-3.27.7.jar | 1.4 MB | 887 | - | - | - | - |
| • Root | - | 883 | 842 | 29 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| junit-jupiter-5.14.4.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.14.4.jar | 242.5 kB | 217 | 202 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.14.4.jar | 344 kB | 179 | 162 | 9 | 1.8 | Yes |
| junit-jupiter-params-5.14.4.jar | 663.1 kB | 433 | 399 | 22 | 1.8 | Yes |
| junit-platform-commons-1.14.4.jar | 164.4 kB | 105 | - | - | - | - |
| • Root | - | 94 | 78 | 10 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.14.4.jar | 271.7 kB | 191 | 172 | 10 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| reactive-streams-1.0.4.jar | 11.6 kB | 17 | 13 | 1 | 1.6 | Yes |
| slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 28 | 23.3 MB | 15368 | 11395 | 409 | 17 | 27 |
| compile: 8 | compile: 5 MB | compile: 3086 | compile: 2803 | compile: 127 | 17 | compile: 8 |
| test: 20 | test: 18.3 MB | test: 12282 | test: 8592 | test: 282 | 9 | test: 19 |



