Jar examples for c:commons-text
Apache Commons Text is a library focused on algorithms working on strings.
You can download jar file commons-text 1.4 in this page.
GNU Lesser General Public License Version 3
You can use the following script to add commons-text-1.4.jar to your project.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.4</version> </dependency>
compile group: 'org.apache.commons', name: 'commons-text', version: '1.4'
libraryDependencies += "org.apache.commons" % "commons-text" % "1.4"
<dependency org="org.apache.commons" name="commons-text" rev="1.4"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-text', version='1.4'))
'org.apache.commons:commons-text:jar:1.4'
Click the following link to download the jar file.
commons-text-1.4-javadoc.jar