Last Version

Apache HttpClient 4.5.13

Apache HttpComponents Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient
Version

Version

4.5.13
Type

Type

jar
Description

Description

Apache HttpClient
Apache HttpComponents Client
Project URL

Project URL

http://hc.apache.org/httpcomponents-client
Project Organization

Project Organization

The Apache Software Foundation

Download httpclient 4.5.13


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.