Files download
File Operation
text-extraction-0.9.1.jar download
text-extraction-0.9.1.pom download
text-extraction-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>text-extraction</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:text-extraction:0.9.1'
Gradle Kotlin
implementation("io.github.ardoco.core:text-extraction:0.9.1")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "text-extraction" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='text-extraction', version='0.9.1')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="text-extraction" rev="0.9.1" />
Leiningen
[io.github.ardoco.core/text-extraction "0.9.1"]
Apache Buildr
'io.github.ardoco.core:text-extraction:jar:0.9.1'