Payment QR Code Library

Library for formatting data for bank transfers for qr code generators.

Лицензия

Лицензия

Группа

Группа

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

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

payment-qr-code
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Payment QR Code Library
Library for formatting data for bank transfers for qr code generators.
Ссылка на сайт

Ссылка на сайт

https://github.com/mateuszjanczak/payment-qr-code
Система контроля версий

Система контроля версий

https://github.com/mateuszjanczak/payment-qr-code

Скачать payment-qr-code

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.mateuszjanczak/payment-qr-code/ -->
<dependency>
    <groupId>com.github.mateuszjanczak</groupId>
    <artifactId>payment-qr-code</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mateuszjanczak/payment-qr-code/
implementation 'com.github.mateuszjanczak:payment-qr-code:1.0.1'
// https://jarcasting.com/artifacts/com.github.mateuszjanczak/payment-qr-code/
implementation ("com.github.mateuszjanczak:payment-qr-code:1.0.1")
'com.github.mateuszjanczak:payment-qr-code:jar:1.0.1'
<dependency org="com.github.mateuszjanczak" name="payment-qr-code" rev="1.0.1">
  <artifact name="payment-qr-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mateuszjanczak', module='payment-qr-code', version='1.0.1')
)
libraryDependencies += "com.github.mateuszjanczak" % "payment-qr-code" % "1.0.1"
[com.github.mateuszjanczak/payment-qr-code "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.8.1

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Модули Проекта

Данный проект не имеет модулей.

Payment QR Code CircleCI Maven Central

Library for formatting data for bank transfers for qr code generators.

Installation

<dependency>
    <groupId>com.github.mateuszjanczak</groupId>
    <artifactId>payment-qr-code</artifactId>
    <version>1.0.1</version>
</dependency>

Usage

PaymentQRCode paymentQRCode = PaymentQRCode.Builder
        .paymentQRCode()
        .withRecipient("John Smith")
        .withAccountNumber("92124012340001567890123456")
        .withAmount(53.50)
        .withTitle("Bill for dinner")
        .withCountry("PL")
        .build();

String subject = paymentQRCode.getQRCodeSubject();

Preview

Preview

Footnotes

Library implements Rekomendacja Związku Banków Polskich dotycząca kodu dwuwymiarowego („2D”), umożliwiającego realizację polecenia przelewu oraz aktywację usług bankowych na rynku polskim - wersja 1.0

Example libraries for generating QR codes

zxing

Contributing

Feel free to contribute

License

Payment-QR-Code is open-sourced software licensed under the MIT license

Версии библиотеки

Версия
1.0.1
1.0.0