q

quickie-unbundled

Android QR code scanning library
https://github.com/G00fY2/quickie
MIT License
Thomas Wirth
Files download
File Operation
quickie-unbundled-1.10.0.pom download
quickie-unbundled-1.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.g00fy2.quickie</groupId>
  <artifactId>quickie-unbundled</artifactId>
  <version>1.10.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.g00fy2.quickie:quickie-unbundled:1.10.0'
Gradle Kotlin
implementation("io.github.g00fy2.quickie:quickie-unbundled:1.10.0")
Scala SBT
libraryDependencies += "io.github.g00fy2.quickie" % "quickie-unbundled" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.g00fy2.quickie', module='quickie-unbundled', version='1.10.0')
)
Apache Ivy
<dependency org="io.github.g00fy2.quickie" name="quickie-unbundled" rev="1.10.0" />
Leiningen
[io.github.g00fy2.quickie/quickie-unbundled "1.10.0"]
Apache Buildr
'io.github.g00fy2.quickie:quickie-unbundled:jar:1.10.0'