GroupId | GroupIdcom.loopj.android |
---|---|
ArtifactId | ArtifactIdandroid-async-http |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
android-async-http-1.4.6.pom | |
android-async-http-1.4.6.jar | 93 KB |
android-async-http-1.4.6-sources.jar | 69 KB |
android-async-http-1.4.6-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.loopj.android/android-async-http/ -->
<dependency>
<groupId>com.loopj.android</groupId>
<artifactId>android-async-http</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.loopj.android/android-async-http/
implementation 'com.loopj.android:android-async-http:1.4.6'
// https://jarcasting.com/artifacts/com.loopj.android/android-async-http/
implementation ("com.loopj.android:android-async-http:1.4.6")
'com.loopj.android:android-async-http:jar:1.4.6'
<dependency org="com.loopj.android" name="android-async-http" rev="1.4.6">
<artifact name="android-async-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.loopj.android', module='android-async-http', version='1.4.6')
)
libraryDependencies += "com.loopj.android" % "android-async-http" % "1.4.6"
[com.loopj.android/android-async-http "1.4.6"]