не последняя версия
Последняя версия 4.5.8

cz.msebera.android:httpclient 4.4.1

HttpClient repackage for Android

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

cz.msebera.android
Идентификатор

Идентификатор

httpclient
Версия

Версия

4.4.1
Тип

Тип

jar

Скачать httpclient 4.4.1


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