не последняя версия
Последняя версия 1.0.2

com.github.pheerathach:promptpay 1.0.0

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.

Группа

Группа

com.github.pheerathach
Идентификатор

Идентификатор

promptpay
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать promptpay 1.0.0


<!-- 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"]