<dependency> <groupId>com.vorlonsoft</groupId> <artifactId>android-async-http</artifactId> <version>1.5.0</version> <type>aar</type> </dependency>
implementation 'com.vorlonsoft:android-async-http:1.5.0'
implementation("com.vorlonsoft:android-async-http:1.5.0")
libraryDependencies += "com.vorlonsoft" % "android-async-http" % "1.5.0"
@Grapes( @Grab(group='com.vorlonsoft', module='android-async-http', version='1.5.0') )
<dependency org="com.vorlonsoft" name="android-async-http" rev="1.5.0" />
[com.vorlonsoft/android-async-http "1.5.0"]
'com.vorlonsoft:android-async-http:jar:1.5.0'
compile
|-- com.android.support:support-annotations:27.0.1
|-- cz.msebera.android:httpclient:4.4.1.2