p

parser

The Scandit Parser Library parses data strings, e.g. as found in barcodes, into a set of key-value mappings.
https://www.scandit.com
Scandit Commercial License
Scandit AG
Files download
File Operation
parser-6.24.0-beta.1.pom download
Apache Maven
<dependency>
  <groupId>com.scandit.datacapture</groupId>
  <artifactId>parser</artifactId>
  <version>6.24.0-beta.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.datacapture:parser:6.24.0-beta.1'
Gradle Kotlin
implementation("com.scandit.datacapture:parser:6.24.0-beta.1")
Scala SBT
libraryDependencies += "com.scandit.datacapture" % "parser" % "6.24.0-beta.1"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.datacapture', module='parser', version='6.24.0-beta.1')
)
Apache Ivy
<dependency org="com.scandit.datacapture" name="parser" rev="6.24.0-beta.1" />
Leiningen
[com.scandit.datacapture/parser "6.24.0-beta.1"]
Apache Buildr
'com.scandit.datacapture:parser:jar:6.24.0-beta.1'