| GroupId | GroupIdcom.github.pheerathach |
|---|---|
| ArtifactId | ArtifactIdpromptpay |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| promptpay-1.0.0.pom | |
| promptpay-1.0.0.jar | 18 KB |
| promptpay-1.0.0-sources.jar | 7 KB |
| promptpay-1.0.0-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pheerathach/promptpay/ -->
<dependency>
<groupId>com.github.pheerathach</groupId>
<artifactId>promptpay</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheerathach/promptpay/
implementation 'com.github.pheerathach:promptpay:1.0.0'
// https://jarcasting.com/artifacts/com.github.pheerathach/promptpay/
implementation ("com.github.pheerathach:promptpay:1.0.0")
'com.github.pheerathach:promptpay:jar:1.0.0'
<dependency org="com.github.pheerathach" name="promptpay" rev="1.0.0">
<artifact name="promptpay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheerathach', module='promptpay', version='1.0.0')
)
libraryDependencies += "com.github.pheerathach" % "promptpay" % "1.0.0"
[com.github.pheerathach/promptpay "1.0.0"]