| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mateuszjanczak |
| ArtifactId | ArtifactIdpayment-qr-code |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionPayment QR Code Library
Library for formatting data for bank transfers for qr code generators.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| payment-qr-code-1.0.1.pom | |
| payment-qr-code-1.0.1.jar | 14 KB |
| payment-qr-code-1.0.1-sources.jar | 7 KB |
| payment-qr-code-1.0.1-javadoc.jar | 470 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |