I

IJPay-All

IJPay 让支付触手可及(Easy Pay Library)-聚合支付
https://github.com/javen205/IJPay
Files download
File Operation
IJPay-All-2.6.2.jar download
IJPay-All-2.6.2.pom download
IJPay-All-2.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-All</artifactId>
  <version>2.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.javen205:IJPay-All:2.6.2'
Gradle Kotlin
implementation("com.github.javen205:IJPay-All:2.6.2")
Scala SBT
libraryDependencies += "com.github.javen205" % "IJPay-All" % "2.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.javen205', module='IJPay-All', version='2.6.2')
)
Apache Ivy
<dependency org="com.github.javen205" name="IJPay-All" rev="2.6.2" />
Leiningen
[com.github.javen205/IJPay-All "2.6.2"]
Apache Buildr
'com.github.javen205:IJPay-All:jar:2.6.2'