MVN

com.ifwallet.walletcore : walletcore

Maven & Gradle

Nov 08, 2019
6 stars

IFWalletCore · Cross-platform, cross-blockchain wallet library.

<dependency>
    <groupId>com.ifwallet.walletcore</groupId>
    <artifactId>walletcore</artifactId>
    <version>0.13.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ifwallet.walletcore : walletcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.4

All Versions

Choose a version of com.ifwallet.walletcore : walletcore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
walletcore-0.13.4
walletcore-0.13.3
walletcore-0.13.2
walletcore-0.13.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ifwallet.walletcore</groupId>
    <artifactId>walletcore</artifactId>
    <version>0.13.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ifwallet.walletcore : walletcore gradle dependency to your build.gradle file:

implementation 'com.ifwallet.walletcore:walletcore:0.13.4'

Gradle Kotlin DSL: Add the following com.ifwallet.walletcore : walletcore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ifwallet.walletcore:walletcore:0.13.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ifwallet.walletcore : walletcore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ifwallet.walletcore" % "walletcore" % "0.13.4"