MVN

com.enioka.scanner : scanner

Maven & Gradle

Aug 21, 2023
36 stars

Enioka Scan - enioka_scan · A library that makes the integration of all barcode scanners easy in any Android application, avoiding vendor lock-in and lowering the cost of advanced scanner integration.

<dependency>
    <groupId>com.enioka.scanner</groupId>
    <artifactId>scanner</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.enioka.scanner : scanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3
  • Latest Beta: 2.3.0-beta6

All Versions

Choose a version of com.enioka.scanner : scanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
scanner-2.3.3
scanner-2.3.2
scanner-2.3.1
scanner-2.3.0
scanner-2.3.0-beta6
scanner-2.3.0-beta5
scanner-2.3.0-beta4
scanner-2.3.0-beta3
scanner-2.3.0-beta2
2.2.x
scanner-2.2.0
2.1.x
scanner-2.1.0
2.0.x
scanner-2.0.0
1.2.x
scanner-1.2.0
1.1.x
scanner-1.1.1

How to add a dependency to Maven

Add the following com.enioka.scanner : scanner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.enioka.scanner</groupId>
    <artifactId>scanner</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.enioka.scanner : scanner gradle dependency to your build.gradle file:

implementation 'com.enioka.scanner:scanner:2.3.3'

Gradle Kotlin DSL: Add the following com.enioka.scanner : scanner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.enioka.scanner:scanner:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.enioka.scanner : scanner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.enioka.scanner" % "scanner" % "2.3.3"