Fix jitpack dependency example

This commit is contained in:
Jc Miñarro 2017-12-09 00:44:17 +01:00
parent dd7382fdd0
commit 2d4c7b1f8b

View File

@ -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'
}
```
@ -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>
```