MVN

com.github.chouheiwa : wallet

Maven & Gradle

Sep 04, 2018
12 stars

bitsharesWallet · bitsharesWallet for java

<dependency>
    <groupId>com.github.chouheiwa</groupId>
    <artifactId>wallet</artifactId>
    <version>2.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chouheiwa : wallet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.16

All Versions

Choose a version of com.github.chouheiwa : wallet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
wallet-2.1.16
wallet-2.1.15
wallet-2.1.14
wallet-2.1.12
wallet-2.1.11
wallet-2.1.10
wallet-2.1.01
wallet-2.1.0
2.0.x
wallet-2.0.01
2.0
wallet-2.0

How to add a dependency to Maven

Add the following com.github.chouheiwa : wallet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chouheiwa</groupId>
    <artifactId>wallet</artifactId>
    <version>2.1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chouheiwa : wallet gradle dependency to your build.gradle file:

implementation 'com.github.chouheiwa:wallet:2.1.16'

Gradle Kotlin DSL: Add the following com.github.chouheiwa : wallet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chouheiwa:wallet:2.1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chouheiwa : wallet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chouheiwa" % "wallet" % "2.1.16"

Advertisement