I

IJPay-AliPay

IJPay 让支付触手可及(Easy Pay Library)-支付宝支付
https://github.com/javen205/IJPay
文件下载
文件名 操作
IJPay-AliPay-2.7.6.jar 下载
IJPay-AliPay-2.7.6.pom 下载
IJPay-AliPay-2.7.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-AliPay</artifactId>
  <version>2.7.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.javen205:IJPay-AliPay:2.7.6'
Gradle Kotlin
implementation("com.github.javen205:IJPay-AliPay:2.7.6")
Scala SBT
libraryDependencies += "com.github.javen205" % "IJPay-AliPay" % "2.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.javen205', module='IJPay-AliPay', version='2.7.6')
)
Apache Ivy
<dependency org="com.github.javen205" name="IJPay-AliPay" rev="2.7.6" />
Leiningen
[com.github.javen205/IJPay-AliPay "2.7.6"]
Apache Buildr
'com.github.javen205:IJPay-AliPay:jar:2.7.6'