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