| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pheerathach |
| ArtifactId | ArtifactIdpromptpay |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionThai QR PromptPay Generator
As Bank of Thailand (BOT) initialized the PromptPay project enabling Thai people to make a payment via its
platform through QR code with the content in EMVCo format, this Java library would help generating QR or QR's
content for people or businesses in order to receive or make a payment.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| promptpay-1.0.1.pom | |
| promptpay-1.0.1.jar | 18 KB |
| promptpay-1.0.1-sources.jar | 7 KB |
| promptpay-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheerathach/promptpay/
implementation 'com.github.pheerathach:promptpay:1.0.1'
// https://jarcasting.com/artifacts/com.github.pheerathach/promptpay/
implementation ("com.github.pheerathach:promptpay:1.0.1")
'com.github.pheerathach:promptpay:jar:1.0.1'
<dependency org="com.github.pheerathach" name="promptpay" rev="1.0.1">
<artifact name="promptpay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheerathach', module='promptpay', version='1.0.1')
)
libraryDependencies += "com.github.pheerathach" % "promptpay" % "1.0.1"
[com.github.pheerathach/promptpay "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.zxing : core | jar | 3.4.0 |
| com.google.zxing : javase | jar | 3.4.0 |
| commons-codec : commons-codec | jar | 1.12 |
| org.sonarsource.scanner.maven : sonar-maven-plugin | jar | 3.6.0.1398 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |