MVN

com.bitpay : bitpay_sdk

Maven & Gradle

Aug 03, 2023
34 stars

BitPay · Full implementation of the BitPay Payment Gateway. This library implements BitPay's Cryptographically Secure RESTful API.

<dependency>
    <groupId>com.bitpay</groupId>
    <artifactId>bitpay_sdk</artifactId>
    <version>9.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.0.2
  • Latest Beta: 9.0.0-beta2

All Versions

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

Version Vulnerabilities Updated
9.0.x
bitpay_sdk-9.0.2
bitpay_sdk-9.0.1
bitpay_sdk-9.0.0
bitpay_sdk-9.0.0-beta2
bitpay_sdk-9.0.0-beta1
8.8.x
bitpay_sdk-8.8.0
8.7.x
bitpay_sdk-8.7.0
8.6.x
bitpay_sdk-8.6.2
bitpay_sdk-8.6.1
bitpay_sdk-8.6.0
8.5.x
bitpay_sdk-8.5.2208
bitpay_sdk-8.5.2207
bitpay_sdk-8.5.2206
bitpay_sdk-8.5.2205
bitpay_sdk-8.5.2203
8.4.x
bitpay_sdk-8.4.2202
8.3.x
bitpay_sdk-8.3.2202
8.2.x
bitpay_sdk-8.2.2201
8.1.x
bitpay_sdk-8.1.2201
8.0.x
bitpay_sdk-8.0.2201
7.2.x
bitpay_sdk-7.2.2111
7.1.x
bitpay_sdk-7.1.2111
7.0.x
bitpay_sdk-7.0.2110
6.3.x
bitpay_sdk-6.3.2109
6.2.x
bitpay_sdk-6.2.2109
6.1.x
bitpay_sdk-6.1.2109
6.0.x
bitpay_sdk-6.0.2109
5.3.x
bitpay_sdk-5.3.2107
5.2.x
bitpay_sdk-5.2.2011
5.1.x
bitpay_sdk-5.1.2011
5.0.x
bitpay_sdk-5.0.2011
4.7.x
bitpay_sdk-4.7.2004
4.6.x
bitpay_sdk-4.6.2003
4.5.x
bitpay_sdk-4.5.2002
4.4.x
bitpay_sdk-4.4.2002
4.3.x
bitpay_sdk-4.3.2001
4.2.x
bitpay_sdk-4.2.1912
4.1.x
bitpay_sdk-4.1.1911
4.0.x
bitpay_sdk-4.0.1911

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bitpay</groupId>
    <artifactId>bitpay_sdk</artifactId>
    <version>9.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bitpay:bitpay_sdk:9.0.2'

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

implementation("com.bitpay:bitpay_sdk:9.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bitpay" % "bitpay_sdk" % "9.0.2"

Advertisement