Skip to content

Commit

Permalink
Merge pull request iotaledger#73 from JcMinarro/hotfix/fix-jitpack-de…
Browse files Browse the repository at this point in the history
…pendency-example

Fix jitpack dependency example
  • Loading branch information
pinpong authored Dec 9, 2017
2 parents dd7382f + 2d4c7b1 commit c668a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ allprojects {
Add this in your module `build.gradle` file:
```gradle
dependencies {
compile 'com.github.iotaledger:iota.lib.java:0.9.10'
compile 'com.github.iotaledger:iota~lib~java:0.9.10'
}
```

Expand All @@ -75,7 +75,7 @@ Add this in your module `pom.xml` file:
```xml
<dependency>
<groupId>com.github.iotaledger</groupId>
<artifactId>iota.lib.java</artifactId>
<artifactId>iota~lib~java</artifactId>
<version>v0.9.10</version>
</dependency>
```
Expand Down

0 comments on commit c668a41

Please sign in to comment.