License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.leonardoxh |
ArtifactId | ArtifactIdAsyncOkHttpClient |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAsyncOkHttpClient Library
Asynchronous client based on Square Inc. OkHttpClient
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
AsyncOkHttpClient-1.1.pom | |
AsyncOkHttpClient-1.1.aar | 11 KB |
AsyncOkHttpClient-1.1-sources.jar | 12 KB |
AsyncOkHttpClient-1.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/AsyncOkHttpClient/ -->
<dependency>
<groupId>com.github.leonardoxh</groupId>
<artifactId>AsyncOkHttpClient</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leonardoxh/AsyncOkHttpClient/
implementation 'com.github.leonardoxh:AsyncOkHttpClient:1.1'
// https://jarcasting.com/artifacts/com.github.leonardoxh/AsyncOkHttpClient/
implementation ("com.github.leonardoxh:AsyncOkHttpClient:1.1")
'com.github.leonardoxh:AsyncOkHttpClient:aar:1.1'
<dependency org="com.github.leonardoxh" name="AsyncOkHttpClient" rev="1.1">
<artifact name="AsyncOkHttpClient" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.leonardoxh', module='AsyncOkHttpClient', version='1.1')
)
libraryDependencies += "com.github.leonardoxh" % "AsyncOkHttpClient" % "1.1"
[com.github.leonardoxh/AsyncOkHttpClient "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp : okhttp | jar | 1.5.4 |