Download commons-text-1.1.jar file - Jar c

Jar examples for c:commons-text

Description

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

You can download jar file commons-text 1.1 in this page.

License

GNU Lesser General Public License Version 3

Build File

You can use the following script to add commons-text-1.1.jar to your project.

<dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-text</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.apache.commons', name: 'commons-text', version: '1.1'
libraryDependencies += "org.apache.commons" % "commons-text" % "1.1"
<dependency org="org.apache.commons" name="commons-text" rev="1.1"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-text', version='1.1'))
'org.apache.commons:commons-text:jar:1.1'

Download

Click the following link to download the jar file.

commons-text-1.1-javadoc.jar
commons-text-1.1-sources.jar
commons-text-1.1-test-sources.jar
commons-text-1.1-tests.jar
commons-text-1.1.jar
commons-text-1.1.pom



Related Tutorials