Last Version

Aho-Corasick search 2.0.1

Aho-Corasick search with generic alphabets

License

License

GroupId

GroupId

eu.crydee
ArtifactId

ArtifactId

aho-corasick
Version

Version

2.0.1
Type

Type

jar
Description

Description

Aho-Corasick search
Aho-Corasick search with generic alphabets
Project URL

Project URL

https://github.com/m09/aho-corasick
Source Code Management

Source Code Management

https://github.com/m09/aho-corasick

Download aho-corasick 2.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 23.0
org.apache.commons : commons-lang3 jar 3.9

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.