License |
License |
---|---|
GroupId | GroupIdcom.jwebmp |
ArtifactId | ArtifactIdcommons-text |
Last Version | Last Version0.66.0.1 |
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-0.66.0.1.pom | |
commons-text-0.66.0.1.jar | 191 KB |
commons-text-0.66.0.1-tests.jar | 9 KB |
commons-text-0.66.0.1-sources.jar | 217 KB |
commons-text-0.66.0.1-javadoc.jar | 531 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp/commons-text/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>commons-text</artifactId>
<version>0.66.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/commons-text/
implementation 'com.jwebmp:commons-text:0.66.0.1'
// https://jarcasting.com/artifacts/com.jwebmp/commons-text/
implementation ("com.jwebmp:commons-text:0.66.0.1")
'com.jwebmp:commons-text:jar:0.66.0.1'
<dependency org="com.jwebmp" name="commons-text" rev="0.66.0.1">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='commons-text', version='0.66.0.1')
)
libraryDependencies += "com.jwebmp" % "commons-text" % "0.66.0.1"
[com.jwebmp/commons-text "0.66.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp : commons-lang3 | jar | 0.66.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.assertj : assertj-core | jar | 3.11.1 |