License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.scandit.datacapture |
ArtifactId | ArtifactIdparser |
Version | Version6.13.0-beta.1 |
Type | Typeaar |
Description |
Descriptioncom.scandit.datacapture.parser
The Scandit Parser Library parses data strings, e.g. as found in barcodes, into a set of key-value mappings.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parser-6.13.0-beta.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/parser/ -->
<dependency>
<groupId>com.scandit.datacapture</groupId>
<artifactId>parser</artifactId>
<version>6.13.0-beta.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation 'com.scandit.datacapture:parser:6.13.0-beta.1'
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation ("com.scandit.datacapture:parser:6.13.0-beta.1")
'com.scandit.datacapture:parser:aar:6.13.0-beta.1'
<dependency org="com.scandit.datacapture" name="parser" rev="6.13.0-beta.1">
<artifact name="parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='parser', version='6.13.0-beta.1')
)
libraryDependencies += "com.scandit.datacapture" % "parser" % "6.13.0-beta.1"
[com.scandit.datacapture/parser "6.13.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |