Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.scandit.datacapture |
ArtifactId | ArtifactIdcore |
Version | Version6.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
core-6.0.2.pom | |
core-6.0.2.aar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/core/ -->
<dependency>
<groupId>com.scandit.datacapture</groupId>
<artifactId>core</artifactId>
<version>6.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/core/
implementation 'com.scandit.datacapture:core:6.0.2'
// https://jarcasting.com/artifacts/com.scandit.datacapture/core/
implementation ("com.scandit.datacapture:core:6.0.2")
'com.scandit.datacapture:core:aar:6.0.2'
<dependency org="com.scandit.datacapture" name="core" rev="6.0.2">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='core', version='6.0.2')
)
libraryDependencies += "com.scandit.datacapture" % "core" % "6.0.2"
[com.scandit.datacapture/core "6.0.2"]