MVN

com.qwazr : qwazr-library-tess4j

Maven & Gradle

Dec 10, 2020
2 usages

QWAZR Tesseract library module

<dependency>
    <groupId>com.qwazr</groupId>
    <artifactId>qwazr-library-tess4j</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qwazr : qwazr-library-tess4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.qwazr : qwazr-library-tess4j to add to Maven or Gradle - All Versions:

  • Version Updated
  • qwazr-library-tess4j-1.5.1

    Dec 09, 2020
  • qwazr-library-tess4j-1.5.0

    Oct 01, 2020
  • qwazr-library-tess4j-1.4.1

    Nov 27, 2018
  • qwazr-library-tess4j-1.4.0

    Apr 23, 2018
  • qwazr-library-tess4j-1.3.0

    Sep 25, 2017
  • qwazr-library-tess4j-1.2.0

    Jun 20, 2017

How to add a dependency to Maven

Add the following com.qwazr : qwazr-library-tess4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qwazr</groupId>
    <artifactId>qwazr-library-tess4j</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qwazr : qwazr-library-tess4j gradle dependency to your build.gradle file:

implementation 'com.qwazr:qwazr-library-tess4j:1.5.1'

Gradle Kotlin DSL: Add the following com.qwazr : qwazr-library-tess4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qwazr:qwazr-library-tess4j:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qwazr : qwazr-library-tess4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qwazr" % "qwazr-library-tess4j" % "1.5.1"

Advertisement