We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b6e3e commit 048c38cCopy full SHA for 048c38c
README.md
@@ -10,7 +10,7 @@ Studyplus SDK for Android
10
11
##Import in your Project
12
13
-Graddle Project
+###Gradle
14
15
```groovy
16
repositories {
@@ -21,6 +21,18 @@ dependencies {
21
}
22
```
23
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
36
## Usage
37
38
### Authenticate
0 commit comments