License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-text |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Text
Apache Commons Text is a library focused on algorithms working on strings.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-text-1.9.pom | |
commons-text-1.9.jar | 202 KB |
commons-text-1.9-tests.jar | 276 KB |
commons-text-1.9-test-sources.jar | 158 KB |
commons-text-1.9-sources.jar | 239 KB |
commons-text-1.9-javadoc.jar | 557 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.11 |
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 |