Skip to content

Commit

Permalink
Example gradle code now includes transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle authored Aug 15, 2018
1 parent 6f0a988 commit 1919b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To include this api in your gradle project use [jitpack](https://jitpack.io/):
```gradle
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://oss.sonatype.org/content/groups/public' } //pi4j repository
}
dependencies {
Expand Down

0 comments on commit 1919b9d

Please sign in to comment.