MVN

com.bitpay : bitpay_sdk

Maven & Gradle

Feb 13, 2023
32 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>8.8.0</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: 8.8.0
  • Latest Beta: 9.0.0-beta1

All Versions

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

  • Version Updated
  • bitpay_sdk-9.0.0-beta1

    Feb 13, 2023
  • bitpay_sdk-8.8.0

    Jan 23, 2023
  • bitpay_sdk-8.7.0

    Dec 02, 2022
  • bitpay_sdk-8.6.2

    Nov 22, 2022
  • bitpay_sdk-8.6.1

    Nov 18, 2022
  • bitpay_sdk-8.6.0

    Nov 18, 2022
  • bitpay_sdk-8.5.2208

    Aug 05, 2022
  • bitpay_sdk-8.5.2207

    Jul 01, 2022
  • bitpay_sdk-8.5.2206

    Jun 24, 2022
  • bitpay_sdk-8.5.2205

    Jun 11, 2022
  • bitpay_sdk-8.5.2203

    Mar 04, 2022
  • bitpay_sdk-8.4.2202

    Feb 16, 2022
  • bitpay_sdk-8.3.2202

    Feb 11, 2022
  • bitpay_sdk-8.2.2201

    Jan 26, 2022
  • bitpay_sdk-8.1.2201

    Jan 17, 2022
  • bitpay_sdk-8.0.2201

    Jan 11, 2022
  • bitpay_sdk-7.2.2111

    Nov 10, 2021
  • bitpay_sdk-7.1.2111

    Nov 04, 2021
  • bitpay_sdk-7.0.2110

    Oct 11, 2021
  • bitpay_sdk-6.3.2109

    Sep 28, 2021
  • bitpay_sdk-6.2.2109

    Sep 23, 2021
  • bitpay_sdk-6.1.2109

    Sep 17, 2021
  • bitpay_sdk-6.0.2109

    Sep 03, 2021
  • bitpay_sdk-5.3.2107

    Jul 06, 2021
  • bitpay_sdk-5.2.2011

    Nov 16, 2020
  • bitpay_sdk-5.1.2011

    Nov 10, 2020
  • bitpay_sdk-5.0.2011

    Nov 09, 2020
  • bitpay_sdk-4.7.2004

    Apr 06, 2020
  • bitpay_sdk-4.6.2003

    Mar 25, 2020
  • bitpay_sdk-4.5.2002

    Feb 26, 2020
  • bitpay_sdk-4.4.2002

    Feb 05, 2020
  • bitpay_sdk-4.3.2001

    Jan 30, 2020
  • bitpay_sdk-4.2.1912

    Dec 13, 2019
  • bitpay_sdk-4.1.1911

    Nov 22, 2019
  • bitpay_sdk-4.0.1911

    Nov 22, 2019

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>8.8.0</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:8.8.0'

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

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

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" % "8.8.0"