File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,30 @@ Features
19
19
- Optional built-in response parsing into ** JSON** (JsonHttpResponseHandler)
20
20
- Optional ** persistent cookie store** , saves cookies into your app's SharedPreferences
21
21
22
+ Maven
23
+ -----
24
+ You can now integrate this library in your project via Maven. There are available two kind of builds.
25
+
26
+ ** development snapshots**
27
+ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/android-async-http/
28
+ ```
29
+ Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
30
+ GroupId: com.loopj.android
31
+ ArtifactId: async-http-client
32
+ Version: 1.4.4-SNAPSHOT
33
+ Packaging: JAR or AAR
34
+ ```
35
+
36
+ ** releases, maven central**
37
+
38
+ http://central.maven.org/maven2/com/loopj/android/android-async-http/
39
+ ```
40
+ Maven URL: http://repo1.maven.org/maven2/
41
+ GroupId: com.loopj.android
42
+ ArtifactId: async-http-client
43
+ Version: 1.4.3
44
+ Packaging: JAR or AAR
45
+ ```
22
46
23
47
Documentation, Features and Examples
24
48
------------------------------------
You can’t perform that action at this time.
0 commit comments