l

label

ScanditLabelCapture coordinates the process of simultaneously capturing data contained in multiple barcodes and text.
https://www.scandit.com
Scandit Commercial License
Scandit AG
文件下载
文件名 操作
label-6.21.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.scandit.datacapture</groupId>
  <artifactId>label</artifactId>
  <version>6.21.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.datacapture:label:6.21.2'
Gradle Kotlin
implementation("com.scandit.datacapture:label:6.21.2")
Scala SBT
libraryDependencies += "com.scandit.datacapture" % "label" % "6.21.2"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.datacapture', module='label', version='6.21.2')
)
Apache Ivy
<dependency org="com.scandit.datacapture" name="label" rev="6.21.2" />
Leiningen
[com.scandit.datacapture/label "6.21.2"]
Apache Buildr
'com.scandit.datacapture:label:jar:6.21.2'