I

IJPay-Core

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