q

quickie-bundled

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