c

core

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