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