MVN

io.mfj : textricator

Maven & Gradle

Feb 01, 2023
1 usages
329 stars

io.mfj:textricator · A tool to extract text from documents and generate structured data

<dependency>
    <groupId>io.mfj</groupId>
    <artifactId>textricator</artifactId>
    <version>10.1.74</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mfj : textricator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.74

All Versions

Choose a version of io.mfj : textricator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
textricator-10.1.74
textricator-10.1.70
textricator-10.1.69
textricator-10.1.68
10.0.x
textricator-10.0.67
9.4.x
textricator-9.4.65
textricator-9.4.64
textricator-9.4.63
9.3.x
textricator-9.3.62
9.2.x
textricator-9.2.57
textricator-9.2.56
9.1.x
textricator-9.1.49
textricator-9.1.48
textricator-9.1.47
9.0.x
textricator-9.0.44
textricator-9.0.43
textricator-9.0.42
textricator-9.0.41
textricator-9.0.40

How to add a dependency to Maven

Add the following io.mfj : textricator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mfj</groupId>
    <artifactId>textricator</artifactId>
    <version>10.1.74</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mfj : textricator gradle dependency to your build.gradle file:

implementation 'io.mfj:textricator:10.1.74'

Gradle Kotlin DSL: Add the following io.mfj : textricator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mfj:textricator:10.1.74")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mfj : textricator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mfj" % "textricator" % "10.1.74"

Advertisement