I

IJPay

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