w

wechatpay

This is a repository for developers to easily use Alipay, WechatPay and UnionPay in Android projects.
https://github.com/ydmmocoo/EasyPay
The Apache License, Version 2.0
ydmmocoo
Files download
File Operation
wechatpay-2.0.7.pom download
wechatpay-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ydmmocoo</groupId>
  <artifactId>wechatpay</artifactId>
  <version>2.0.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ydmmocoo:wechatpay:2.0.7'
Gradle Kotlin
implementation("io.github.ydmmocoo:wechatpay:2.0.7")
Scala SBT
libraryDependencies += "io.github.ydmmocoo" % "wechatpay" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ydmmocoo', module='wechatpay', version='2.0.7')
)
Apache Ivy
<dependency org="io.github.ydmmocoo" name="wechatpay" rev="2.0.7" />
Leiningen
[io.github.ydmmocoo/wechatpay "2.0.7"]
Apache Buildr
'io.github.ydmmocoo:wechatpay:jar:2.0.7'