MVN

com.scandit.shelf : pple-sdk

Maven & Gradle

Aug 25, 2023

Price and Promotion Label Execution 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.

<dependency>
    <groupId>com.scandit.shelf</groupId>
    <artifactId>pple-sdk</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scandit.shelf : pple-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Beta: 1.3.0-beta.1

All Versions

Choose a version of com.scandit.shelf : pple-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
pple-sdk-1.3.0
pple-sdk-1.3.0-beta.1
1.2.x
pple-sdk-1.2.1
pple-sdk-1.2.1-beta.1
pple-sdk-1.2.0
pple-sdk-1.2.0-beta.2
pple-sdk-1.2.0-beta.1

How to add a dependency to Maven

Add the following com.scandit.shelf : pple-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scandit.shelf</groupId>
    <artifactId>pple-sdk</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scandit.shelf : pple-sdk gradle dependency to your build.gradle file:

implementation 'com.scandit.shelf:pple-sdk:1.3.0'

Gradle Kotlin DSL: Add the following com.scandit.shelf : pple-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scandit.shelf:pple-sdk:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scandit.shelf : pple-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scandit.shelf" % "pple-sdk" % "1.3.0"