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.3 in this page.
GNU Lesser General Public License Version 3
You can use the following script to add commons-text-1.3.jar to your project.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.3</version> </dependency>
compile group: 'org.apache.commons', name: 'commons-text', version: '1.3'
libraryDependencies += "org.apache.commons" % "commons-text" % "1.3"
<dependency org="org.apache.commons" name="commons-text" rev="1.3"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-text', version='1.3'))
'org.apache.commons:commons-text:jar:1.3'
Click the following link to download the jar file.
commons-text-1.3-javadoc.jar