MVN

org.iota : iota-wallet-java

Maven & Gradle

Nov 15, 2022
159 stars

iota-wallet-java · Java binding to the wallet.rs library.

<dependency>
    <groupId>org.iota</groupId>
    <artifactId>iota-wallet-java</artifactId>
    <version>1.0.0-rc.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.iota : iota-wallet-java to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-rc.2
  • Latest Release Candidate: 1.0.0-rc.2

All Versions

Choose a version of org.iota : iota-wallet-java to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
iota-wallet-java-1.0.0-rc.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.iota</groupId>
    <artifactId>iota-wallet-java</artifactId>
    <version>1.0.0-rc.2</version>
</dependency>

Advertisement