License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhttpclient |
Last Version | Last Version4.5.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HttpClient
Apache HttpComponents Client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpclient-4.5.13.pom | |
httpclient-4.5.13.jar | 402 KB |
httpclient-4.5.13-tests.jar | 363 KB |
httpclient-4.5.13-sources.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation ("org.apache.httpcomponents:httpclient:4.5.13")
'org.apache.httpcomponents:httpclient:jar:4.5.13'
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.13">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.5.13')
)
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.5.13"
[org.apache.httpcomponents/httpclient "4.5.13"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpcore | jar | 4.4.13 |
commons-logging : commons-logging | jar | 1.2 |
commons-codec : commons-codec | jar | 1.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.19 |