MVN

com.coinbase : coinbase-wallet-sdk

Maven & Gradle

Nov 16, 2022
282 stars

coinbase-wallet-sdk · Coinbase Wallet Mobile SDK

<dependency>
    <groupId>com.coinbase</groupId>
    <artifactId>coinbase-wallet-sdk</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
coinbase-wallet-sdk-1.0.4
coinbase-wallet-sdk-1.0.3
coinbase-wallet-sdk-1.0.2
coinbase-wallet-sdk-1.0.1
coinbase-wallet-sdk-1.0.0
0.3.x
coinbase-wallet-sdk-0.3.6
coinbase-wallet-sdk-0.3.4
coinbase-wallet-sdk-0.3.3
coinbase-wallet-sdk-0.3.2
coinbase-wallet-sdk-0.3.0
0.1.x
coinbase-wallet-sdk-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.coinbase</groupId>
    <artifactId>coinbase-wallet-sdk</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coinbase : coinbase-wallet-sdk gradle dependency to your build.gradle file:

implementation 'com.coinbase:coinbase-wallet-sdk:1.0.4'

Gradle Kotlin DSL: Add the following com.coinbase : coinbase-wallet-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coinbase:coinbase-wallet-sdk:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coinbase : coinbase-wallet-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coinbase" % "coinbase-wallet-sdk" % "1.0.4"