is not current version
Last Version 1.9

org.apache.commons:commons-text 1.7

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

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-text
Version

Version

1.7
Type

Type

jar

Download commons-text 1.7


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