MVN

com.liumapp.datapay : ocr-dirve-operator

Maven & Gradle

Aug 06, 2019
0 stars
<dependency>
    <groupId>com.liumapp.datapay</groupId>
    <artifactId>ocr-dirve-operator</artifactId>
    <version>v2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liumapp.datapay : ocr-dirve-operator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v2.0.5

All Versions

Choose a version of com.liumapp.datapay : ocr-dirve-operator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.0.x
ocr-dirve-operator-v2.0.5
ocr-dirve-operator-v2.0.4
ocr-dirve-operator-v2.0.3
ocr-dirve-operator-v2.0.2

How to add a dependency to Maven

Add the following com.liumapp.datapay : ocr-dirve-operator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liumapp.datapay</groupId>
    <artifactId>ocr-dirve-operator</artifactId>
    <version>v2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liumapp.datapay : ocr-dirve-operator gradle dependency to your build.gradle file:

implementation 'com.liumapp.datapay:ocr-dirve-operator:v2.0.5'

Gradle Kotlin DSL: Add the following com.liumapp.datapay : ocr-dirve-operator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liumapp.datapay:ocr-dirve-operator:v2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liumapp.datapay : ocr-dirve-operator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liumapp.datapay" % "ocr-dirve-operator" % "v2.0.5"

Advertisement