is not current version
Last Version 2.1.1

net.callumtaylor:asynchttpclient 2.0

An android AsyncHttpClient based on RESTful methods

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.callumtaylor
ArtifactId

ArtifactId

asynchttpclient
Version

Version

2.0
Type

Type

aar

Download asynchttpclient 2.0


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