Apache Commons Text

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

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-text
Last Version

Last Version

1.9
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://commons.apache.org/proper/commons-text
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=commons-text.git

Download commons-text

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.11

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
org.assertj : assertj-core jar 3.16.1
commons-io : commons-io jar 2.7
org.mockito : mockito-inline jar 3.4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
1.0-beta-1