is not current version
Last Version 4.3.5.1

org.apache.httpcomponents:httpclient-android 4.3.3


Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient-android
Version

Version

4.3.3
Type

Type

jar

Download httpclient-android 4.3.3


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