is not current version
Last Version 6.13.1

com.scandit.datacapture:core 6.0.0BETA2

ScanditCaptureCore builds the foundation of all data capture related functionality offered by the Scandit Data Capture SDK.

Categories

Categories

Data
GroupId

GroupId

com.scandit.datacapture
ArtifactId

ArtifactId

core
Version

Version

6.0.0BETA2
Type

Type

aar

Download core 6.0.0BETA2


<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/core/ -->
<dependency>
    <groupId>com.scandit.datacapture</groupId>
    <artifactId>core</artifactId>
    <version>6.0.0BETA2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/core/
implementation 'com.scandit.datacapture:core:6.0.0BETA2'
// https://jarcasting.com/artifacts/com.scandit.datacapture/core/
implementation ("com.scandit.datacapture:core:6.0.0BETA2")
'com.scandit.datacapture:core:aar:6.0.0BETA2'
<dependency org="com.scandit.datacapture" name="core" rev="6.0.0BETA2">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='core', version='6.0.0BETA2')
)
libraryDependencies += "com.scandit.datacapture" % "core" % "6.0.0BETA2"
[com.scandit.datacapture/core "6.0.0BETA2"]