qrcode-kotlin

A Kotlin Library to generate QR Codes without any other dependencies.

License

License

MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.g0dkar
ArtifactId

ArtifactId

qrcode-kotlin-android
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

qrcode-kotlin
A Kotlin Library to generate QR Codes without any other dependencies.
Project URL

Project URL

https://github.com/g0dkar/qrcode-kotlin
Source Code Management

Source Code Management

https://github.com/g0dkar/qrcode-kotlin

Download qrcode-kotlin-android

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android/ -->
<dependency>
    <groupId>io.github.g0dkar</groupId>
    <artifactId>qrcode-kotlin-android</artifactId>
    <version>3.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android/
implementation 'io.github.g0dkar:qrcode-kotlin-android:3.1.0'
// https://jarcasting.com/artifacts/io.github.g0dkar/qrcode-kotlin-android/
implementation ("io.github.g0dkar:qrcode-kotlin-android:3.1.0")
'io.github.g0dkar:qrcode-kotlin-android:aar:3.1.0'
<dependency org="io.github.g0dkar" name="qrcode-kotlin-android" rev="3.1.0">
  <artifact name="qrcode-kotlin-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.g0dkar', module='qrcode-kotlin-android', version='3.1.0')
)
libraryDependencies += "io.github.g0dkar" % "qrcode-kotlin-android" % "3.1.0"
[io.github.g0dkar/qrcode-kotlin-android "3.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.6.10
com.android.tools.lint » lint-gradle jar 30.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
3.0.0