b

barcode

ScanditBarcodeCapture implements the barcode capture capabilities of the Scandit Data Capture SDK.
https://www.scandit.com
Scandit Commercial License
Scandit AG
Files download
File Operation
barcode-6.19.3.pom download
Apache Maven
<dependency>
  <groupId>com.scandit.datacapture</groupId>
  <artifactId>barcode</artifactId>
  <version>6.19.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.datacapture:barcode:6.19.3'
Gradle Kotlin
implementation("com.scandit.datacapture:barcode:6.19.3")
Scala SBT
libraryDependencies += "com.scandit.datacapture" % "barcode" % "6.19.3"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.datacapture', module='barcode', version='6.19.3')
)
Apache Ivy
<dependency org="com.scandit.datacapture" name="barcode" rev="6.19.3" />
Leiningen
[com.scandit.datacapture/barcode "6.19.3"]
Apache Buildr
'com.scandit.datacapture:barcode:jar:6.19.3'