I

IJPay-QQ

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