Merge pull request #73 from JcMinarro/hotfix/fix-jitpack-dependency-example

Fix jitpack dependency example
This commit is contained in:
Oliver Nitzschke 2017-12-09 11:16:07 +01:00 committed by GitHub
commit c668a41784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
```