q

qreader

Android library that uses google's mobile vision api and simplify the QR code reading process
https://github.com/nisrulz/qreader
The Apache Software License, Version 2.0
Nishant Srivastava
Files download
File Operation
qreader-2.0.0.pom download
qreader-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>qreader</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:qreader:2.0.0'
Gradle Kotlin
implementation("com.github.nisrulz:qreader:2.0.0")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "qreader" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='qreader', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="qreader" rev="2.0.0" />
Leiningen
[com.github.nisrulz/qreader "2.0.0"]
Apache Buildr
'com.github.nisrulz:qreader:jar:2.0.0'