is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpclient 4.1.2

HttpComponents Client (base module)

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient
Version

Version

4.1.2
Type

Type

jar

Download httpclient 4.1.2


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