Skip to content

Commit 18c5d17

Browse files
committed
adding download section
1 parent 1c1a0b0 commit 18c5d17

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,20 @@ JsonPatch patch = jpf.create(original, target);
3737
```
3838

3939
## Download
40-
TBD
40+
41+
### maven
42+
```
43+
<dependency>
44+
<groupId>net.riotopsys</groupId>
45+
<artifactId>json_patch</artifactId>
46+
<version>0.0.0</version>
47+
</dependency>
48+
```
49+
50+
### gradle
51+
```
52+
compile 'net.riotopsys:json_patch:0.0.0'
53+
```
4154

4255

4356
[1]:http://tools.ietf.org/html/rfc6902

0 commit comments

Comments
 (0)