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