Download stringsearchalgorithms-0.3.13.jar file - Jar s

Jar examples for s:stringsearchalgorithms

Description

Searching and Matching Strings with efficient algorithms: - Knuth-Morris-Pratt - Shift-And/Or - Boyer-Moore-Horspool - Sunday (QuickSearch) - BNDM - BOM - Aho-Corasick - Set-Horspool - Wu-Manber - Set-BOM

You can download jar file stringsearchalgorithms 0.3.13 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE (LGPL)

Build File

You can use the following script to add stringsearchalgorithms-0.3.13.jar to your project.

<dependency>
   <groupId>net.amygdalum</groupId>
   <artifactId>stringsearchalgorithms</artifactId>
   <version>0.3.13</version>
</dependency>
compile group: 'net.amygdalum', name: 'stringsearchalgorithms', version: '0.3.13'
libraryDependencies += "net.amygdalum" % "stringsearchalgorithms" % "0.3.13"
<dependency org="net.amygdalum" name="stringsearchalgorithms" rev="0.3.13"/>
@Grapes(@Grab(group='net.amygdalum', module='stringsearchalgorithms', version='0.3.13'))
'net.amygdalum:stringsearchalgorithms:jar:0.3.13'

Download

Click the following link to download the jar file.

stringsearchalgorithms-0.3.13-javadoc.jar
stringsearchalgorithms-0.3.13-sources.jar
stringsearchalgorithms-0.3.13.jar
stringsearchalgorithms-0.3.13.pom



Related Tutorials