is not current version
Last Version 4.5.8

cz.msebera.android:httpclient 4.3.6.1

HttpClient repackage for Android

Categories

Categories

CLI User Interface
GroupId

GroupId

cz.msebera.android
ArtifactId

ArtifactId

httpclient
Version

Version

4.3.6.1
Type

Type

jar

Download httpclient 4.3.6.1


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