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.21.2.pom download
Apache Maven
<dependency>
  <groupId>com.scandit.datacapture</groupId>
  <artifactId>core</artifactId>
  <version>6.21.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.datacapture:core:6.21.2'
Gradle Kotlin
implementation("com.scandit.datacapture:core:6.21.2")
Scala SBT
libraryDependencies += "com.scandit.datacapture" % "core" % "6.21.2"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.datacapture', module='core', version='6.21.2')
)
Apache Ivy
<dependency org="com.scandit.datacapture" name="core" rev="6.21.2" />
Leiningen
[com.scandit.datacapture/core "6.21.2"]
Apache Buildr
'com.scandit.datacapture:core:jar:6.21.2'