MVN

cash.z.ecc.android : lightwallet-client

Maven & Gradle

Jul 31, 2023
4 stars

Zcash Android Wallet SDK · This lightweight SDK connects Android to Zcash, allowing third-party Android apps to send and receive shielded transactions easily, securely and privately.

<dependency>
    <groupId>cash.z.ecc.android</groupId>
    <artifactId>lightwallet-client</artifactId>
    <version>1.20.0-beta01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cash.z.ecc.android : lightwallet-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20.0-beta01
  • Latest Beta: 1.20.0-beta01

All Versions

Choose a version of cash.z.ecc.android : lightwallet-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20.x
lightwallet-client-1.20.0-beta01
1.19.x
lightwallet-client-1.19.0-beta01
1.18.x
lightwallet-client-1.18.0-beta01
1.17.x
lightwallet-client-1.17.0-beta01
1.15.x
lightwallet-client-1.15.0-beta01
1.14.x
lightwallet-client-1.14.0-beta01

How to add a dependency to Maven

Add the following cash.z.ecc.android : lightwallet-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cash.z.ecc.android</groupId>
    <artifactId>lightwallet-client</artifactId>
    <version>1.20.0-beta01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cash.z.ecc.android : lightwallet-client gradle dependency to your build.gradle file:

implementation 'cash.z.ecc.android:lightwallet-client:1.20.0-beta01'

Gradle Kotlin DSL: Add the following cash.z.ecc.android : lightwallet-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cash.z.ecc.android:lightwallet-client:1.20.0-beta01")

How to add a dependency to SBT Scala

SBT Scala: Add the following cash.z.ecc.android : lightwallet-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cash.z.ecc.android" % "lightwallet-client" % "1.20.0-beta01"