diff --git a/README.md b/README.md index 916f50f..60c1ec1 100644 --- a/README.md +++ b/README.md @@ -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 com.github.iotaledger - iota.lib.java + iota~lib~java v0.9.10 ```