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