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
文件下载
文件名 操作
core-6.0.0BETA3.pom 下载
Apache Maven
<dependency>
  <groupId>com.scandit.datacapture</groupId>
  <artifactId>core</artifactId>
  <version>6.0.0BETA3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.datacapture:core:6.0.0BETA3'
Gradle Kotlin
implementation("com.scandit.datacapture:core:6.0.0BETA3")
Scala SBT
libraryDependencies += "com.scandit.datacapture" % "core" % "6.0.0BETA3"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.datacapture', module='core', version='6.0.0BETA3')
)
Apache Ivy
<dependency org="com.scandit.datacapture" name="core" rev="6.0.0BETA3" />
Leiningen
[com.scandit.datacapture/core "6.0.0BETA3"]
Apache Buildr
'com.scandit.datacapture:core:jar:6.0.0BETA3'
本项目依赖
该项目无第三方依赖