GroupId | GroupIdcom.github.snowdream.android |
---|---|
ArtifactId | ArtifactIdandroid-async-http |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
android-async-http-0.0.1.pom | |
android-async-http-0.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.android/android-async-http/ -->
<dependency>
<groupId>com.github.snowdream.android</groupId>
<artifactId>android-async-http</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android/android-async-http/
implementation 'com.github.snowdream.android:android-async-http:0.0.1'
// https://jarcasting.com/artifacts/com.github.snowdream.android/android-async-http/
implementation ("com.github.snowdream.android:android-async-http:0.0.1")
'com.github.snowdream.android:android-async-http:jar:0.0.1'
<dependency org="com.github.snowdream.android" name="android-async-http" rev="0.0.1">
<artifact name="android-async-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android', module='android-async-http', version='0.0.1')
)
libraryDependencies += "com.github.snowdream.android" % "android-async-http" % "0.0.1"
[com.github.snowdream.android/android-async-http "0.0.1"]