| GroupId | GroupIdcom.github.javen205 |
|---|---|
| ArtifactId | ArtifactIdIJPay |
| Version | Version1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| IJPay-1.1.3.pom | |
| IJPay-1.1.3.jar | 124 KB |
| IJPay-1.1.3-sources.jar | 77 KB |
| IJPay-1.1.3-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.javen205/IJPay/ -->
<dependency>
<groupId>com.github.javen205</groupId>
<artifactId>IJPay</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javen205/IJPay/
implementation 'com.github.javen205:IJPay:1.1.3'
// https://jarcasting.com/artifacts/com.github.javen205/IJPay/
implementation ("com.github.javen205:IJPay:1.1.3")
'com.github.javen205:IJPay:jar:1.1.3'
<dependency org="com.github.javen205" name="IJPay" rev="1.1.3">
<artifact name="IJPay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javen205', module='IJPay', version='1.1.3')
)
libraryDependencies += "com.github.javen205" % "IJPay" % "1.1.3"
[com.github.javen205/IJPay "1.1.3"]