commons-text

commons-text

Apache Commons Text is a set of utility functions and reusable components for the purpose of processing and manipulating text that should be of use in a Java environment.
https://commons.apache.org/proper/commons-text
Bruno P. Kinoshita Benedikt Ritter Rob Tompkins Gary Gregory Duncan Jones
Files download
File Operation
commons-text-1.12.0.jar download
commons-text-1.12.0.pom download
commons-text-1.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-text</artifactId>
  <version>1.12.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-text:1.12.0'
Gradle Kotlin
implementation("org.apache.commons:commons-text:1.12.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-text" % "1.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-text', version='1.12.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-text" rev="1.12.0" />
Leiningen
[org.apache.commons/commons-text "1.12.0"]
Apache Buildr
'org.apache.commons:commons-text:jar:1.12.0'