is not current version
Last Version 6.13.1

com.scandit.datacapture:core 6.3.0-beta.3

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.3.0-beta.3
Type

Type

aar

Download core 6.3.0-beta.3


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