не последняя версия
Последняя версия 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.

Группа

Группа

com.enioka.scanner
Идентификатор

Идентификатор

scanner
Версия

Версия

1.1.1
Тип

Тип

aar

Скачать scanner 1.1.1

Имя Файла Размер
scanner-1.1.1.pom
Обзор

<!-- 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"]