is not current version
Last Version 6.13.1

com.scandit.datacapture:parser 6.2.0-beta.2

The Scandit Parser Library parses data strings, e.g. as found in barcodes, into a set of key-value mappings.

Categories

Categories

Data
GroupId

GroupId

com.scandit.datacapture
ArtifactId

ArtifactId

parser
Version

Version

6.2.0-beta.2
Type

Type

aar

Download parser 6.2.0-beta.2


<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/parser/ -->
<dependency>
    <groupId>com.scandit.datacapture</groupId>
    <artifactId>parser</artifactId>
    <version>6.2.0-beta.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation 'com.scandit.datacapture:parser:6.2.0-beta.2'
// https://jarcasting.com/artifacts/com.scandit.datacapture/parser/
implementation ("com.scandit.datacapture:parser:6.2.0-beta.2")
'com.scandit.datacapture:parser:aar:6.2.0-beta.2'
<dependency org="com.scandit.datacapture" name="parser" rev="6.2.0-beta.2">
  <artifact name="parser" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='parser', version='6.2.0-beta.2')
)
libraryDependencies += "com.scandit.datacapture" % "parser" % "6.2.0-beta.2"
[com.scandit.datacapture/parser "6.2.0-beta.2"]