| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.leonardoxh |
| ArtifactId | ArtifactIdAsyncOkHttpClient |
| Version | Version1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| AsyncOkHttpClient-1.0.pom | |
| AsyncOkHttpClient-1.0.aar | 11 KB |
| AsyncOkHttpClient-1.0-sources.jar | 12 KB |
| AsyncOkHttpClient-1.0-javadoc.jar | 59 KB |
| Browse |
<!-- 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"]