Jar examples for s:string-similarity
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.
MIT License
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'
Click the following link to download the jar file.
string-similarity-1.0.0-javadoc.jar