is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpclient 4.5

Apache HttpComponents Client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient
Version

Version

4.5
Type

Type

jar

Download httpclient 4.5


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