is not current version
Last Version 2.0.1

eu.crydee:aho-corasick 1.0.0

Aho-Corasick search with generic alphabets

GroupId

GroupId

eu.crydee
ArtifactId

ArtifactId

aho-corasick
Version

Version

1.0.0
Type

Type

jar

Download aho-corasick 1.0.0


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