Download string-similarity-1.0.0.jar file - Jar s

Jar examples for s:string-similarity

Description

A Java library that implements several algorithms that calculate similarity between strings.

You can download jar file string-similarity 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add string-similarity-1.0.0.jar to your project.

<dependency>
   <groupId>net.ricecode</groupId>
   <artifactId>string-similarity</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.ricecode', name: 'string-similarity', version: '1.0.0'
libraryDependencies += "net.ricecode" % "string-similarity" % "1.0.0"
<dependency org="net.ricecode" name="string-similarity" rev="1.0.0"/>
@Grapes(@Grab(group='net.ricecode', module='string-similarity', version='1.0.0'))
'net.ricecode:string-similarity:jar:1.0.0'

Download

Click the following link to download the jar file.

string-similarity-1.0.0-javadoc.jar
string-similarity-1.0.0-sources.jar
string-similarity-1.0.0-test-sources.jar
string-similarity-1.0.0.jar
string-similarity-1.0.0.pom



Related Tutorials