Skip to content

Commit

Permalink
update gradle example using jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jul 5, 2016
1 parent 1757361 commit 37ce0f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ Find the latest version from the [Releases][] section, import via [jitpack.io](h
Gradle build:

~~~ {.groovy}
compile 'com.github.simplifyops.cli-toolbelt:toolbelt:VERSION'
repositories {
maven { url "https://jitpack.io" }
}
dependencies{
compile 'com.github.simplifyops.cli-toolbelt:toolbelt:VERSION'
}
~~~

[Releases]: https://github.com/simplifyops/cli-toolbelt/releases
Expand Down

0 comments on commit 37ce0f7

Please sign in to comment.