mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
Fix jitpack dependency example
This commit is contained in:
parent
dd7382fdd0
commit
2d4c7b1f8b
@ -55,7 +55,7 @@ allprojects {
|
|||||||
Add this in your module `build.gradle` file:
|
Add this in your module `build.gradle` file:
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
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
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.iotaledger</groupId>
|
<groupId>com.github.iotaledger</groupId>
|
||||||
<artifactId>iota.lib.java</artifactId>
|
<artifactId>iota~lib~java</artifactId>
|
||||||
<version>v0.9.10</version>
|
<version>v0.9.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user