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.6.pom download
android-async-http-1.5.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vorlonsoft</groupId>
  <artifactId>android-async-http</artifactId>
  <version>1.5.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vorlonsoft:android-async-http:1.5.0.6'
Gradle Kotlin
implementation("com.vorlonsoft:android-async-http:1.5.0.6")
Scala SBT
libraryDependencies += "com.vorlonsoft" % "android-async-http" % "1.5.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.vorlonsoft', module='android-async-http', version='1.5.0.6')
)
Apache Ivy
<dependency org="com.vorlonsoft" name="android-async-http" rev="1.5.0.6" />
Leiningen
[com.vorlonsoft/android-async-http "1.5.0.6"]
Apache Buildr
'com.vorlonsoft:android-async-http:jar:1.5.0.6'