is not current version
Last Version 2.1.1

net.callumtaylor:asynchttpclient 2.1

An android AsyncHttpClient based on RESTful methods

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.callumtaylor
ArtifactId

ArtifactId

asynchttpclient
Version

Version

2.1
Type

Type

aar

Download asynchttpclient 2.1


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