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