is not current version
Last Version 2.2.0

com.codepath.libraries:asynchttpclient 0.2.0

Async Http Client wrapper using OkHttp

Categories

Categories

CLI User Interface
GroupId

GroupId

com.codepath.libraries
ArtifactId

ArtifactId

asynchttpclient
Version

Version

0.2.0
Type

Type

aar

Download asynchttpclient 0.2.0


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