is not current version
Last Version 2.0.0

com.enioka.scanner:scanner 1.1.1

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.

GroupId

GroupId

com.enioka.scanner
ArtifactId

ArtifactId

scanner
Version

Version

1.1.1
Type

Type

aar

Download scanner 1.1.1

Filename Size
scanner-1.1.1.pom
Browse

<!-- https://jarcasting.com/artifacts/com.enioka.scanner/scanner/ -->
<dependency>
    <groupId>com.enioka.scanner</groupId>
    <artifactId>scanner</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.scanner/scanner/
implementation 'com.enioka.scanner:scanner:1.1.1'
// https://jarcasting.com/artifacts/com.enioka.scanner/scanner/
implementation ("com.enioka.scanner:scanner:1.1.1")
'com.enioka.scanner:scanner:aar:1.1.1'
<dependency org="com.enioka.scanner" name="scanner" rev="1.1.1">
  <artifact name="scanner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.enioka.scanner', module='scanner', version='1.1.1')
)
libraryDependencies += "com.enioka.scanner" % "scanner" % "1.1.1"
[com.enioka.scanner/scanner "1.1.1"]