MVN

ch.ubique.android : qrscanner-zxing

Maven & Gradle

Mar 16, 2022
1 stars

qrscanner-zxing · ZXing based image decoders for the Ubique QR code scanner library

<dependency>
    <groupId>ch.ubique.android</groupId>
    <artifactId>qrscanner-zxing</artifactId>
    <version>1.0.0-dev-5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.ubique.android : qrscanner-zxing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-dev-5

All Versions

Choose a version of ch.ubique.android : qrscanner-zxing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
qrscanner-zxing-1.0.0-dev-5
qrscanner-zxing-1.0.0-dev-4
qrscanner-zxing-1.0.0-dev-3
qrscanner-zxing-1.0.0-dev-2
qrscanner-zxing-1.0.0-dev-1

How to add a dependency to Maven

Add the following ch.ubique.android : qrscanner-zxing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.ubique.android</groupId>
    <artifactId>qrscanner-zxing</artifactId>
    <version>1.0.0-dev-5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.ubique.android : qrscanner-zxing gradle dependency to your build.gradle file:

implementation 'ch.ubique.android:qrscanner-zxing:1.0.0-dev-5'

Gradle Kotlin DSL: Add the following ch.ubique.android : qrscanner-zxing gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.ubique.android:qrscanner-zxing:1.0.0-dev-5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.ubique.android : qrscanner-zxing sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.ubique.android" % "qrscanner-zxing" % "1.0.0-dev-5"

Advertisement