MVN

com.bitpay : android-sdk

Maven & Gradle

Mar 16, 2016
17 stars

BitPay Android SDK · An SDK to develop applications that use the BitPay API

<dependency>
    <groupId>com.bitpay</groupId>
    <artifactId>android-sdk</artifactId>
    <version>1.0.1-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1-release

All Versions

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

Version Vulnerabilities Updated
1.0.x
android-sdk-1.0.1-release
android-sdk-1.0.0
0.6.x
android-sdk-0.6.7
android-sdk-0.6.4
android-sdk-0.6.0
0.5.x
android-sdk-0.5.4
0.4.x
android-sdk-0.4.2
android-sdk-0.4.1
android-sdk-0.4.0
0.3.x
android-sdk-0.3.0
0.2.x
android-sdk-0.2.5
android-sdk-0.2.4
android-sdk-0.2.3
android-sdk-0.2.2
android-sdk-0.2.1
android-sdk-0.2.0
0.1.x
android-sdk-0.1.2
android-sdk-0.1.1
android-sdk-0.1.0
android-sdk-0.1.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bitpay</groupId>
    <artifactId>android-sdk</artifactId>
    <version>1.0.1-release</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bitpay:android-sdk:1.0.1-release'

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

implementation("com.bitpay:android-sdk:1.0.1-release")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bitpay" % "android-sdk" % "1.0.1-release"

Advertisement