Last Version

net.amygdalum:stringsearchalgorithms 0.4.3

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

License

License

Categories

Categories

Net Search Business Logic Libraries
GroupId

GroupId

net.amygdalum
ArtifactId

ArtifactId

stringsearchalgorithms
Version

Version

0.4.3
Type

Type

jar
Description

Description

net.amygdalum:stringsearchalgorithms
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
Project URL

Project URL

http://stringsearchalgorithms.amygdalum.net/

Download stringsearchalgorithms 0.4.3


<!-- https://jarcasting.com/artifacts/net.amygdalum/stringsearchalgorithms/ -->
<dependency>
    <groupId>net.amygdalum</groupId>
    <artifactId>stringsearchalgorithms</artifactId>
    <version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.amygdalum/stringsearchalgorithms/
implementation 'net.amygdalum:stringsearchalgorithms:0.4.3'
// https://jarcasting.com/artifacts/net.amygdalum/stringsearchalgorithms/
implementation ("net.amygdalum:stringsearchalgorithms:0.4.3")
'net.amygdalum:stringsearchalgorithms:jar:0.4.3'
<dependency org="net.amygdalum" name="stringsearchalgorithms" rev="0.4.3">
  <artifact name="stringsearchalgorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.amygdalum', module='stringsearchalgorithms', version='0.4.3')
)
libraryDependencies += "net.amygdalum" % "stringsearchalgorithms" % "0.4.3"
[net.amygdalum/stringsearchalgorithms "0.4.3"]

Dependencies

compile (2)

Group / Artifact Type Version
net.amygdalum : regexparser jar 0.2.3
net.amygdalum : compilerutils jar 0.2.3

test (5)

Group / Artifact Type Version
junit : junit jar 4.13
org.hamcrest : hamcrest-library jar 1.3
net.amygdalum : hamcrest-extensions jar 0.1.19
net.amygdalum : xrayinterface jar 0.3.3
org.mockito : mockito-core jar 2.28.2

Project Modules

There are no modules declared in this project.