MVN

com.scandit.datacapture : label-plv-models

Maven & Gradle

May 23, 2023

com.scandit.datacapture.labelplvmodels · ScanditPriceLabel is a library that enables Price Label Verification capabilities.

<dependency>
    <groupId>com.scandit.datacapture</groupId>
    <artifactId>label-plv-models</artifactId>
    <version>6.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scandit.datacapture : label-plv-models to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.17.2
  • Latest Beta: 6.17.0-beta.3

All Versions

Choose a version of com.scandit.datacapture : label-plv-models to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.17.x
label-plv-models-6.17.2
label-plv-models-6.17.1
label-plv-models-6.17.0
label-plv-models-6.17.0-beta.3
label-plv-models-6.17.0-beta.2
label-plv-models-6.17.0-beta.1
6.16.x
label-plv-models-6.16.2
label-plv-models-6.16.1
label-plv-models-6.16.0
label-plv-models-6.16.0-beta.2

How to add a dependency to Maven

Add the following com.scandit.datacapture : label-plv-models maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scandit.datacapture</groupId>
    <artifactId>label-plv-models</artifactId>
    <version>6.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scandit.datacapture : label-plv-models gradle dependency to your build.gradle file:

implementation 'com.scandit.datacapture:label-plv-models:6.17.2'

Gradle Kotlin DSL: Add the following com.scandit.datacapture : label-plv-models gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scandit.datacapture:label-plv-models:6.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scandit.datacapture : label-plv-models sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scandit.datacapture" % "label-plv-models" % "6.17.2"