p

pple-sdk

The Price and Promotion Label Execution (PPLE) SDK by Scandit is a tool for validating price labels. It provides the capabilities for validating the price and aggregating this information to a web tool. For each scanned label, the SDK validates its price and indicates whether it is correct, incorrect or unknown. Your application can be then designed to function based on this information. Mismatched data then can be uploaded to the web tool and tasked accordingly.
https://shelf.scandit.com
Scandit Commercial License
Scandit AG
文件下载
文件名 操作
pple-sdk-1.4.1.pom 下载
pple-sdk-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.scandit.shelf</groupId>
  <artifactId>pple-sdk</artifactId>
  <version>1.4.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scandit.shelf:pple-sdk:1.4.1'
Gradle Kotlin
implementation("com.scandit.shelf:pple-sdk:1.4.1")
Scala SBT
libraryDependencies += "com.scandit.shelf" % "pple-sdk" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.scandit.shelf', module='pple-sdk', version='1.4.1')
)
Apache Ivy
<dependency org="com.scandit.shelf" name="pple-sdk" rev="1.4.1" />
Leiningen
[com.scandit.shelf/pple-sdk "1.4.1"]
Apache Buildr
'com.scandit.shelf:pple-sdk:jar:1.4.1'