is not current version
Last Version 2.1.1

net.callumtaylor:asynchttpclient 1.5

An android AsyncHttpClient based on RESTful methods

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.callumtaylor
ArtifactId

ArtifactId

asynchttpclient
Version

Version

1.5
Type

Type

aar

Download asynchttpclient 1.5


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