MVN

com.google.zxing : android-integration

Maven & Gradle

Sep 16, 2016
1 usages
28.8k stars

ZXing Android Integration lib · Integration helper classes for Android applications wanting to create/scan barcodes

<dependency>
    <groupId>com.google.zxing</groupId>
    <artifactId>android-integration</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.zxing : android-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of com.google.zxing : android-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
android-integration-3.3.0
3.2.x
android-integration-3.2.1
android-integration-3.2.0
3.1.x
android-integration-3.1.0
3.0.x
android-integration-3.0.1
android-integration-3.0.0
2.3.x
android-integration-2.3.0
2.2
android-integration-2.2
2.1
android-integration-2.1
2.0
android-integration-2.0
1.7
android-integration-1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.google.zxing</groupId>
    <artifactId>android-integration</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.zxing : android-integration gradle dependency to your build.gradle file:

implementation 'com.google.zxing:android-integration:3.3.0'

Gradle Kotlin DSL: Add the following com.google.zxing : android-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.zxing:android-integration:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.zxing : android-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.zxing" % "android-integration" % "3.3.0"

Advertisement

Dependencies from Group

Jul 30, 2023
636 usages
31.2k stars
Jul 30, 2023
412 usages
31.2k stars
Sep 16, 2016
9 usages
28.8k stars
Jul 30, 2023
3 usages
31.2k stars
Sep 16, 2016
1 usages
28.8k stars

Discover Dependencies