Skip to content

Commit 7f9016e

Browse files
committed
Added Maven description to README file [skip ci]
1 parent a1ad31c commit 7f9016e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,30 @@ Features
1919
- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)
2020
- Optional **persistent cookie store**, saves cookies into your app's SharedPreferences
2121

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+
```
2246

2347
Documentation, Features and Examples
2448
------------------------------------

0 commit comments

Comments
 (0)