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