is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpclient 4.5.6

Apache HttpComponents Client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient
Version

Version

4.5.6
Type

Type

jar

Download httpclient 4.5.6


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation 'org.apache.httpcomponents:httpclient:4.5.6'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation ("org.apache.httpcomponents:httpclient:4.5.6")
'org.apache.httpcomponents:httpclient:jar:4.5.6'
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.6">
  <artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.5.6')
)
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.5.6"
[org.apache.httpcomponents/httpclient "4.5.6"]