License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.github.g0dkar |
ArtifactId | ArtifactIdqrcode-kotlin-android-debug |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionqrcode-kotlin
A Kotlin Library to generate QR Codes without any other dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android-debug/ -->
<dependency>
<groupId>io.github.g0dkar</groupId>
<artifactId>qrcode-kotlin-android-debug</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android-debug/
implementation 'io.github.g0dkar:qrcode-kotlin-android-debug:3.0.0'
// https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android-debug/
implementation ("io.github.g0dkar:qrcode-kotlin-android-debug:3.0.0")
'io.github.g0dkar:qrcode-kotlin-android-debug:aar:3.0.0'
<dependency org="io.github.g0dkar" name="qrcode-kotlin-android-debug" rev="3.0.0">
<artifact name="qrcode-kotlin-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.g0dkar', module='qrcode-kotlin-android-debug', version='3.0.0')
)
libraryDependencies += "io.github.g0dkar" % "qrcode-kotlin-android-debug" % "3.0.0"
[io.github.g0dkar/qrcode-kotlin-android-debug "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.6.10 |