Skip to content

Commit

Permalink
Added maven and gradle links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jun 27, 2014
1 parent 40424f4 commit 293b262
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ public void testPow(){
}
```

## How to Use

Gradle:
```groovy
compile 'eu.lestard:advanced-bindings:0.1.0'
```

Maven:
```xml
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>advanced-bindings</artifactId>
<version>0.1.0</version>
</dependency>
```



## Links

Expand Down

0 comments on commit 293b262

Please sign in to comment.