Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
91c6ac52d4
34
README.md
34
README.md
@ -11,13 +11,43 @@ Built-based on the documentation: http://woocommerce.github.io/woocommerce-rest-
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Maven dependency:
|
### Maven dependency:
|
||||||
|
Step 1. Add the JitPack repository to your build file
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
TODO
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>jitpack.io</id>
|
||||||
|
<url>https://jitpack.io</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
```
|
||||||
|
|
||||||
|
Step 2. Add the dependency
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.gilokimu</groupId>
|
||||||
|
<artifactId>woodroid</artifactId>
|
||||||
|
<version>0.1.0</version>
|
||||||
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Gradle dependency:
|
### Gradle dependency:
|
||||||
|
Step 1. Add the JitPack repository to your build file
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
TODO
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
...
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Step 2. Add the dependency
|
||||||
|
```xml
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.github.gilokimu:woodroid:0.1.0'
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user