MVN

io.github.airwallex : payment-wechat

Maven & Gradle

Mar 06, 2023
7 stars

Airwallex Payment WeChat · Airwallex Payment WeChat SDK

<dependency>
    <groupId>io.github.airwallex</groupId>
    <artifactId>payment-wechat</artifactId>
    <version>4.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.airwallex : payment-wechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.2
  • Latest Alpha: 3.0.0-alpha01

All Versions

Choose a version of io.github.airwallex : payment-wechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
payment-wechat-4.2.2
payment-wechat-4.2.1
payment-wechat-4.2.0
4.1.x
payment-wechat-4.1.3
payment-wechat-4.1.2
payment-wechat-4.1.1
payment-wechat-4.1.0
4.0.x
payment-wechat-4.0.4
payment-wechat-4.0.3
payment-wechat-4.0.2
payment-wechat-4.0.1
payment-wechat-4.0.0
3.0.x
payment-wechat-3.0.2
payment-wechat-3.0.1
payment-wechat-3.0.0
payment-wechat-3.0.0-alpha01

How to add a dependency to Maven

Add the following io.github.airwallex : payment-wechat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.airwallex</groupId>
    <artifactId>payment-wechat</artifactId>
    <version>4.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.airwallex : payment-wechat gradle dependency to your build.gradle file:

implementation 'io.github.airwallex:payment-wechat:4.2.2'

Gradle Kotlin DSL: Add the following io.github.airwallex : payment-wechat gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.airwallex:payment-wechat:4.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.airwallex : payment-wechat sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.airwallex" % "payment-wechat" % "4.2.2"

Advertisement