is not current version
Last Version 1.2.0

com.github.danielgindi:httprequest 1.1.1

A chainable HttpRequest/Response library for Android.

GroupId

GroupId

com.github.danielgindi
ArtifactId

ArtifactId

httprequest
Version

Version

1.1.1
Type

Type

aar

Download httprequest 1.1.1


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