License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.httpcomponents.client5 |
ArtifactId | ArtifactIdhttpclient5 |
Last Version | Last Version5.2-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HttpClient
Apache HttpComponents Client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpclient5-5.2-beta1.pom | |
httpclient5-5.2-beta1.jar | 760 KB |
httpclient5-5.2-beta1-tests.jar | 388 KB |
httpclient5-5.2-beta1-sources.jar | 561 KB |
httpclient5-5.2-beta1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5/ -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5/
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2-beta1'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5/
implementation ("org.apache.httpcomponents.client5:httpclient5:5.2-beta1")
'org.apache.httpcomponents.client5:httpclient5:jar:5.2-beta1'
<dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.2-beta1">
<artifact name="httpclient5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5', version='5.2-beta1')
)
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5" % "5.2-beta1"
[org.apache.httpcomponents.client5/httpclient5 "5.2-beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.core5 : httpcore5 | jar | 5.2-beta2 |
org.apache.httpcomponents.core5 : httpcore5-h2 | jar | 5.2-beta2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.conscrypt : conscrypt-openjdk-uber Optional | jar | 2.5.2 |
org.brotli : dec Optional | jar | 0.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.core5 : httpcore5-reactive | jar | 5.2-beta2 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
org.junit.jupiter : junit-jupiter | jar | |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.0.0 |