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