is not current version
Last Version 1.9

org.apache.commons:commons-text 1.1

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

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-text
Version

Version

1.1
Type

Type

jar

Download commons-text 1.1


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