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-1.0.1.pom download
wechatpay-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ydmmocoo</groupId>
  <artifactId>wechatpay</artifactId>
  <version>1.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ydmmocoo:wechatpay:1.0.1'
Gradle Kotlin
implementation("io.github.ydmmocoo:wechatpay:1.0.1")
Scala SBT
libraryDependencies += "io.github.ydmmocoo" % "wechatpay" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ydmmocoo', module='wechatpay', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.ydmmocoo" name="wechatpay" rev="1.0.1" />
Leiningen
[io.github.ydmmocoo/wechatpay "1.0.1"]
Apache Buildr
'io.github.ydmmocoo:wechatpay:jar:1.0.1'