MVN

com.stripe : stripe-wechatpay

Maven & Gradle

Mar 20, 2023
869 stars

stripe-wechatpay · The WeChat Pay module of Stripe Android Payments SDK

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>stripe-wechatpay</artifactId>
    <version>20.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stripe : stripe-wechatpay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.21.0

All Versions

Choose a version of com.stripe : stripe-wechatpay to add to Maven or Gradle - All Versions:

  • Version Updated
  • stripe-wechatpay-20.21.0

    Mar 20, 2023
  • stripe-wechatpay-20.20.0

    Mar 13, 2023
  • stripe-wechatpay-20.19.5

    Mar 06, 2023
  • stripe-wechatpay-20.19.4

    Feb 27, 2023
  • stripe-wechatpay-20.19.3

    Feb 14, 2023
  • stripe-wechatpay-20.19.2

    Feb 07, 2023
  • stripe-wechatpay-20.19.1

    Jan 30, 2023
  • stripe-wechatpay-20.19.0

    Jan 23, 2023
  • stripe-wechatpay-20.18.0

    Jan 18, 2023
  • stripe-wechatpay-20.17.0

    Dec 12, 2022
  • stripe-wechatpay-20.16.2

    Dec 05, 2022
  • stripe-wechatpay-20.16.1

    Nov 21, 2022
  • stripe-wechatpay-20.16.0

    Nov 14, 2022
  • stripe-wechatpay-20.15.4

    Nov 07, 2022
  • stripe-wechatpay-20.15.3

    Oct 31, 2022
  • stripe-wechatpay-20.15.2

    Oct 25, 2022
  • stripe-wechatpay-20.15.1

    Oct 17, 2022
  • stripe-wechatpay-20.15.0

    Oct 11, 2022
  • stripe-wechatpay-20.14.1

    Oct 03, 2022
  • stripe-wechatpay-20.14.0

    Sep 26, 2022
  • stripe-wechatpay-20.13.0

    Sep 19, 2022
  • stripe-wechatpay-20.12.0

    Sep 13, 2022
  • stripe-wechatpay-20.11.0

    Aug 29, 2022
  • stripe-wechatpay-20.10.0

    Aug 22, 2022
  • stripe-wechatpay-20.9.0

    Aug 16, 2022
  • stripe-wechatpay-20.8.0

    Aug 01, 2022
  • stripe-wechatpay-20.7.0

    Jul 06, 2022
  • stripe-wechatpay-20.6.2

    Jun 23, 2022
  • stripe-wechatpay-20.6.1

    Jun 23, 2022
  • stripe-wechatpay-20.5.0

    Jun 01, 2022
  • stripe-wechatpay-20.4.0

    May 23, 2022
  • stripe-wechatpay-20.3.0

    May 16, 2022
  • stripe-wechatpay-20.2.2

    May 09, 2022
  • stripe-wechatpay-20.2.1

    May 03, 2022
  • stripe-wechatpay-20.2.0

    Apr 25, 2022
  • stripe-wechatpay-20.1.0

    Apr 18, 2022
  • stripe-wechatpay-20.0.1

    Apr 11, 2022
  • stripe-wechatpay-20.0.0

    Apr 04, 2022
  • stripe-wechatpay-19.3.1

    Mar 22, 2022
  • stripe-wechatpay-19.3.0

    Mar 16, 2022
  • stripe-wechatpay-19.2.2

    Mar 02, 2022
  • stripe-wechatpay-19.2.0

    Feb 15, 2022
  • stripe-wechatpay-19.1.1

    Feb 01, 2022
  • stripe-wechatpay-19.1.0

    Jan 05, 2022
  • stripe-wechatpay-19.0.0

    Dec 13, 2021
  • stripe-wechatpay-18.2.0

    Oct 29, 2021
  • stripe-wechatpay-17.1.0

    Jul 27, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>stripe-wechatpay</artifactId>
    <version>20.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stripe : stripe-wechatpay gradle dependency to your build.gradle file:

implementation 'com.stripe:stripe-wechatpay:20.21.0'

Gradle Kotlin DSL: Add the following com.stripe : stripe-wechatpay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stripe:stripe-wechatpay:20.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stripe : stripe-wechatpay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stripe" % "stripe-wechatpay" % "20.21.0"