Skip to content

Commit

Permalink
Updating the readme with jcenter() and 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Sep 1, 2015
1 parent 377541a commit d4bbe1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ Don't hesitate to add some issues and good (failing) tests! And, of course, if y
Download
--------

* Get <a href="https://github.com/Fewlaps/quitnow-email-suggester/releases/download/v1.3/quitnow-email-suggester-1.3.jar">the last .jar</a>
* Get <a href="https://github.com/Fewlaps/quitnow-email-suggester/releases/download/v1.3.1/quitnow-email-suggester-1.3.1.jar">the last .jar</a>

* Grab via Gradle:
```groovy
repositories { maven { url "http://dl.bintray.com/fewlaps/maven/" } }
repositories { jcenter() } }
compile 'com.fewlaps.quitnowemailsuggester:quitnow-email-suggester:1.3'
compile 'com.fewlaps.quitnowemailsuggester:quitnow-email-suggester:1.3.1'
```
* Grab via Maven:
```xml
<repository>
<id>fewlaps</id>
<url>http://dl.bintray.com/fewlaps/maven/</url>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
</repository>

<dependency>
<groupId>com.fewlaps.quitnowemailsuggester</groupId>
<artifactId>quitnow-email-suggester</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>
```

Expand Down

0 comments on commit d4bbe1f

Please sign in to comment.