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.1.pom download
qreader-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>qreader</artifactId>
  <version>2.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:qreader:2.0.1'
Gradle Kotlin
implementation("com.github.nisrulz:qreader:2.0.1")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "qreader" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='qreader', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="qreader" rev="2.0.1" />
Leiningen
[com.github.nisrulz/qreader "2.0.1"]
Apache Buildr
'com.github.nisrulz:qreader:jar:2.0.1'