I

IJPay-Plugin

IJPay 各个模块的 Spring Boot Starter
Files download
File Operation
IJPay-Plugin-2.9.11.pom download
Apache Maven
<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-Plugin</artifactId>
  <version>2.9.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.javen205:IJPay-Plugin:2.9.11'
Gradle Kotlin
implementation("com.github.javen205:IJPay-Plugin:2.9.11")
Scala SBT
libraryDependencies += "com.github.javen205" % "IJPay-Plugin" % "2.9.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.javen205', module='IJPay-Plugin', version='2.9.11')
)
Apache Ivy
<dependency org="com.github.javen205" name="IJPay-Plugin" rev="2.9.11" />
Leiningen
[com.github.javen205/IJPay-Plugin "2.9.11"]
Apache Buildr
'com.github.javen205:IJPay-Plugin:jar:2.9.11'