is not current version
Last Version 1.9

org.apache.commons:commons-text 1.8

Apache Commons Text is a library focused on algorithms working on strings.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-text
Version

Version

1.8
Type

Type

jar

Download commons-text 1.8


<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-text/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-text</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-text/
implementation 'org.apache.commons:commons-text:1.8'
// https://jarcasting.com/artifacts/org.apache.commons/commons-text/
implementation ("org.apache.commons:commons-text:1.8")
'org.apache.commons:commons-text:jar:1.8'
<dependency org="org.apache.commons" name="commons-text" rev="1.8">
  <artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-text', version='1.8')
)
libraryDependencies += "org.apache.commons" % "commons-text" % "1.8"
[org.apache.commons/commons-text "1.8"]