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