License |
License |
---|---|
GroupId | GroupIdcom.github.nisrulz |
ArtifactId | ArtifactIdqreader |
Version | Version2.0.1 |
Type | Typeaar |
Description |
Descriptionqreader
Android library that uses google's mobile vision api and simplify the QR code reading process
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qreader-2.0.1.pom | |
qreader-2.0.1.aar | 10 KB |
qreader-2.0.1-sources.jar | 4 KB |
qreader-2.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/qreader/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>qreader</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/qreader/
implementation 'com.github.nisrulz:qreader:2.0.1'
// https://jarcasting.com/artifacts/com.github.nisrulz/qreader/
implementation ("com.github.nisrulz:qreader:2.0.1")
'com.github.nisrulz:qreader:aar:2.0.1'
<dependency org="com.github.nisrulz" name="qreader" rev="2.0.1">
<artifact name="qreader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='qreader', version='2.0.1')
)
libraryDependencies += "com.github.nisrulz" % "qreader" % "2.0.1"
[com.github.nisrulz/qreader "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android.gms » play-services-vision | jar | 10.0.1 |