Download stringsearchalgorithms-0.3.17.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.17 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

stringsearchalgorithms-0.3.17-javadoc.jar
stringsearchalgorithms-0.3.17-sources.jar
stringsearchalgorithms-0.3.17.jar
stringsearchalgorithms-0.3.17.pom



Related Tutorials