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