mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
Merge pull request #73 from JcMinarro/hotfix/fix-jitpack-dependency-example
Fix jitpack dependency example
This commit is contained in:
commit
c668a41784
@ -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>
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user