Files download
File Operation
qrscanner-zxing-1.0.0-dev-6.pom download
qrscanner-zxing-1.0.0-dev-6-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.ubique.android</groupId>
  <artifactId>qrscanner-zxing</artifactId>
  <version>1.0.0-dev-6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ch.ubique.android:qrscanner-zxing:1.0.0-dev-6'
Gradle Kotlin
implementation("ch.ubique.android:qrscanner-zxing:1.0.0-dev-6")
Scala SBT
libraryDependencies += "ch.ubique.android" % "qrscanner-zxing" % "1.0.0-dev-6"
Groovy Grape
@Grapes(
  @Grab(group='ch.ubique.android', module='qrscanner-zxing', version='1.0.0-dev-6')
)
Apache Ivy
<dependency org="ch.ubique.android" name="qrscanner-zxing" rev="1.0.0-dev-6" />
Leiningen
[ch.ubique.android/qrscanner-zxing "1.0.0-dev-6"]
Apache Buildr
'ch.ubique.android:qrscanner-zxing:jar:1.0.0-dev-6'