mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
Fixed wrong versioning in maven example.
Newer versions of the lib don't prefix the version number with a 'v' letter. Using the code from the example fails on maven build.
This commit is contained in:
parent
7613eb2f63
commit
d4a7641125
@ -76,7 +76,7 @@ Add this in your module `pom.xml` file:
|
|||||||
<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>0.9.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user