Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwakarma committed May 19, 2015
2 parents 0359c99 + 03f4432 commit 3e3d895
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,24 @@ all classes | 100% (6/ 6) | 93.6% (44/ 47) | 96.2% (332/ 345) |

### How to use:

With Maven:
Add following to `<repositories/>` section of pom.xml -
```xml
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
```
Add following to `<dependencies/>` section of your pom.xml -

```xml
<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
<version>{version}</version>
```

[![Clojars Project](http://clojars.org/com.flipkart.zjsonpatch/zjsonpatch/latest-version.svg)](http://clojars.org/com.flipkart.zjsonpatch/zjsonpatch)

###Current Version : 0.1.8

## API Usage
Expand Down

0 comments on commit 3e3d895

Please sign in to comment.