| GroupId | GroupIdcom.github.mateuszjanczak |
|---|---|
| ArtifactId | ArtifactIdpayment-qr-code |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| payment-qr-code-1.0.0.pom | |
| payment-qr-code-1.0.0.jar | 11 KB |
| payment-qr-code-1.0.0-sources.jar | 6 KB |
| payment-qr-code-1.0.0-javadoc.jar | 465 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mateuszjanczak/payment-qr-code/
implementation 'com.github.mateuszjanczak:payment-qr-code:1.0.0'
// https://jarcasting.com/artifacts/com.github.mateuszjanczak/payment-qr-code/
implementation ("com.github.mateuszjanczak:payment-qr-code:1.0.0")
'com.github.mateuszjanczak:payment-qr-code:jar:1.0.0'
<dependency org="com.github.mateuszjanczak" name="payment-qr-code" rev="1.0.0">
<artifact name="payment-qr-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mateuszjanczak', module='payment-qr-code', version='1.0.0')
)
libraryDependencies += "com.github.mateuszjanczak" % "payment-qr-code" % "1.0.0"
[com.github.mateuszjanczak/payment-qr-code "1.0.0"]