a

android-async-http

An Asynchronous HTTP Library for Android
https://github.com/Vorlonsoft/AndroidAsyncHTTP
The Apache Software License, Version 2.0
Alexander Savin
Files download
File Operation
android-async-http-1.5.0.8.pom download
android-async-http-1.5.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vorlonsoft</groupId>
  <artifactId>android-async-http</artifactId>
  <version>1.5.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vorlonsoft:android-async-http:1.5.0.8'
Gradle Kotlin
implementation("com.vorlonsoft:android-async-http:1.5.0.8")
Scala SBT
libraryDependencies += "com.vorlonsoft" % "android-async-http" % "1.5.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.vorlonsoft', module='android-async-http', version='1.5.0.8')
)
Apache Ivy
<dependency org="com.vorlonsoft" name="android-async-http" rev="1.5.0.8" />
Leiningen
[com.vorlonsoft/android-async-http "1.5.0.8"]
Apache Buildr
'com.vorlonsoft:android-async-http:jar:1.5.0.8'