MVN

com.trustwallet.walletcore : walletcore

Maven & Gradle

Aug 03, 2019
2.5k stars

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

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

Latest Version

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

  • Latest Stable: 0.12.8

All Versions

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

Version Vulnerabilities Updated
0.12.x
walletcore-0.12.8
walletcore-0.12.7
walletcore-0.12.1
0.10.x
walletcore-0.10.1
walletcore-0.10.0
0.9.x
walletcore-0.9.0
0.8.x
walletcore-0.8.1
walletcore-0.8.0
0.7.x
walletcore-0.7.2
walletcore-0.7.1
walletcore-0.7.0
0.6.x
walletcore-0.6.1
walletcore-0.6.0
0.5.x
walletcore-0.5.3
walletcore-0.5.2
walletcore-0.5.1
walletcore-0.5.0
0.4.x
walletcore-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.trustwallet.walletcore</groupId>
    <artifactId>walletcore</artifactId>
    <version>0.12.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.trustwallet.walletcore:walletcore:0.12.8'

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

implementation("com.trustwallet.walletcore:walletcore:0.12.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.trustwallet.walletcore" % "walletcore" % "0.12.8"

Advertisement