is not current version
Last Version 1.1

com.github.leonardoxh:AsyncOkHttpClient 1.0

Asynchronous client based on Square Inc. OkHttpClient

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.leonardoxh
ArtifactId

ArtifactId

AsyncOkHttpClient
Version

Version

1.0
Type

Type

aar

Download AsyncOkHttpClient 1.0


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