MVN

org.imixs.workflow : imixs-archive-ocr

Maven & Gradle

Dec 10, 2020
3 usages

Imixs-Archive OCR

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-archive-ocr</artifactId>
    <version>2.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imixs.workflow : imixs-archive-ocr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.8

All Versions

Choose a version of org.imixs.workflow : imixs-archive-ocr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
imixs-archive-ocr-2.2.8
imixs-archive-ocr-2.2.7
imixs-archive-ocr-2.2.6
imixs-archive-ocr-2.2.5
imixs-archive-ocr-2.2.4
imixs-archive-ocr-2.2.3
imixs-archive-ocr-2.2.2
imixs-archive-ocr-2.2.1
imixs-archive-ocr-2.2.0

How to add a dependency to Maven

Add the following org.imixs.workflow : imixs-archive-ocr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-archive-ocr</artifactId>
    <version>2.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imixs.workflow : imixs-archive-ocr gradle dependency to your build.gradle file:

implementation 'org.imixs.workflow:imixs-archive-ocr:2.2.8'

Gradle Kotlin DSL: Add the following org.imixs.workflow : imixs-archive-ocr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imixs.workflow:imixs-archive-ocr:2.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imixs.workflow : imixs-archive-ocr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imixs.workflow" % "imixs-archive-ocr" % "2.2.8"

Advertisement