Skip to content

Commit 048c38c

Browse files
committed
Update README.md
1 parent 40b6e3e commit 048c38c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Studyplus SDK for Android
1010

1111
##Import in your Project
1212

13-
Graddle Project
13+
###Gradle
1414

1515
```groovy
1616
repositories {
@@ -21,6 +21,18 @@ dependencies {
2121
}
2222
```
2323

24+
###Maven
25+
26+
```
27+
<dependency>
28+
<groupId>jp.studyplus.android.sdk</groupId>
29+
<artifactId>studyplus-android-sdk</artifactId>
30+
<version>1.0.2</version>
31+
</dependency>
32+
```
33+
34+
or download the latest JAR [via Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cstudyplus)
35+
2436
## Usage
2537

2638
### Authenticate

0 commit comments

Comments
 (0)