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