Download commons-text-1.3.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.3 in this page.

License

GNU Lesser General Public License Version 3

Build File

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'

Download

Click the following link to download the jar file.

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



Related Tutorials