Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Jun 26, 2015
1 parent 943e847 commit a0e6478
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 @@ -6,5 +6,15 @@ Example Gradle project producing a single jar. Uses the `maven` plugin to publis

[https://jitpack.io/#jitpack/gradle-simple/1.0](https://jitpack.io/#jitpack/gradle-simple/1.0)


To install the library add:

```gradle
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.jitpack:gradle-simple:1.0.3'
}
```

0 comments on commit a0e6478

Please sign in to comment.