License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.scandit.datacapture |
ArtifactId | ArtifactIdparser |
Version | Version6.11.0-beta.2 |
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.11.0-beta.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/parser/ -->
<dependency>
<groupId>com.scandit.datacapture</groupId>
<artifactId>parser</artifactId>
<version>6.11.0-beta.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation 'com.scandit.datacapture:parser:6.11.0-beta.2'
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation ("com.scandit.datacapture:parser:6.11.0-beta.2")
'com.scandit.datacapture:parser:aar:6.11.0-beta.2'
<dependency org="com.scandit.datacapture" name="parser" rev="6.11.0-beta.2">
<artifact name="parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='parser', version='6.11.0-beta.2')
)
libraryDependencies += "com.scandit.datacapture" % "parser" % "6.11.0-beta.2"
[com.scandit.datacapture/parser "6.11.0-beta.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |