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

com.github.danielgindi:httprequest 1.0.0

A chainable HttpRequest/Response library for Android.

Группа

Группа

com.github.danielgindi
Идентификатор

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

httprequest
Версия

Версия

1.0.0
Тип

Тип

aar

Скачать httprequest 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/ -->
<dependency>
    <groupId>com.github.danielgindi</groupId>
    <artifactId>httprequest</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/
implementation 'com.github.danielgindi:httprequest:1.0.0'
// https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/
implementation ("com.github.danielgindi:httprequest:1.0.0")
'com.github.danielgindi:httprequest:aar:1.0.0'
<dependency org="com.github.danielgindi" name="httprequest" rev="1.0.0">
  <artifact name="httprequest" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielgindi', module='httprequest', version='1.0.0')
)
libraryDependencies += "com.github.danielgindi" % "httprequest" % "1.0.0"
[com.github.danielgindi/httprequest "1.0.0"]