License |
License |
---|---|
GroupId | GroupIdcash.z.ecc.android |
ArtifactId | ArtifactIdzcash-android-sdk |
Version | Version1.3.0-beta20 |
Type | Typeaar |
Description |
DescriptionZcash Android Wallet SDK
This lightweight SDK connects Android to Zcash. It welds together Rust and Kotlin in a minimal way, allowing third-party Android apps to send and receive shielded transactions easily, securely and privately.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cash.z.ecc.android/zcash-android-sdk/ -->
<dependency>
<groupId>cash.z.ecc.android</groupId>
<artifactId>zcash-android-sdk</artifactId>
<version>1.3.0-beta20</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cash.z.ecc.android/zcash-android-sdk/
implementation 'cash.z.ecc.android:zcash-android-sdk:1.3.0-beta20'
// https://jarcasting.com/artifacts/cash.z.ecc.android/zcash-android-sdk/
implementation ("cash.z.ecc.android:zcash-android-sdk:1.3.0-beta20")
'cash.z.ecc.android:zcash-android-sdk:aar:1.3.0-beta20'
<dependency org="cash.z.ecc.android" name="zcash-android-sdk" rev="1.3.0-beta20">
<artifact name="zcash-android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='cash.z.ecc.android', module='zcash-android-sdk', version='1.3.0-beta20')
)
libraryDependencies += "cash.z.ecc.android" % "zcash-android-sdk" % "1.3.0-beta20"
[cash.z.ecc.android/zcash-android-sdk "1.3.0-beta20"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.2.0 |
androidx.appcompat » appcompat | jar | 1.3.1 |
androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.3.1 |
androidx.lifecycle » lifecycle-common-java8 | jar | 2.3.1 |
androidx.room » room-ktx | jar | 2.3.0 |
androidx.paging » paging-runtime-ktx | jar | 2.1.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.1 |
io.grpc : grpc-okhttp | jar | 1.38.1 |
io.grpc : grpc-android | jar | 1.38.1 |
io.grpc : grpc-protobuf-lite | jar | 1.38.1 |
io.grpc : grpc-stub | jar | 1.38.1 |
com.google.guava : guava | jar | 30.0-android |
com.google.code.gson : gson | jar | 2.8.6 |
com.squareup.okio : okio | jar | 1.17.5 |