文件下载
文件名 操作
payment-4.4.6.pom 下载
payment-4.4.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.airwallex</groupId>
  <artifactId>payment</artifactId>
  <version>4.4.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.airwallex:payment:4.4.6'
Gradle Kotlin
implementation("io.github.airwallex:payment:4.4.6")
Scala SBT
libraryDependencies += "io.github.airwallex" % "payment" % "4.4.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.airwallex', module='payment', version='4.4.6')
)
Apache Ivy
<dependency org="io.github.airwallex" name="payment" rev="4.4.6" />
Leiningen
[io.github.airwallex/payment "4.4.6"]
Apache Buildr
'io.github.airwallex:payment:jar:4.4.6'