is not current version
Last Version 1.9

org.apache.commons:commons-text 1.3

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

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-text
Version

Version

1.3
Type

Type

jar

Download commons-text 1.3


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