Aho-CoraSick algorithm for efficient string matching

Java library for efficient string matching against a large set of keywords

License

License

GroupId

GroupId

org.ahocorasick
ArtifactId

ArtifactId

ahocorasick
Last Version

Last Version

0.6.3
Release Date

Release Date

Type

Type

jar
Description

Description

Aho-CoraSick algorithm for efficient string matching
Java library for efficient string matching against a large set of keywords
Project URL

Project URL

https://github.com/robert-bor/aho-corasick
Project Organization

Project Organization

42 BV

Download ahocorasick

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.3
0.4.0
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0