Last Version

com.addthis:ahocorasick 1.5.4

Java implementation of Aho-Corasick dictionary matching algorithm

License

License

GroupId

GroupId

com.addthis
ArtifactId

ArtifactId

ahocorasick
Version

Version

1.5.4
Type

Type

jar
Description

Description

Java implementation of Aho-Corasick dictionary matching algorithm
Project URL

Project URL

https://github.com/addthis/aho-corasick
Project Organization

Project Organization

AddThis
Source Code Management

Source Code Management

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

Download ahocorasick 1.5.4


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

Dependencies

compile (3)

Group / Artifact Type Version
com.goldmansachs : gs-collections jar 6.2.0
com.google.guava : guava jar 17.0
org.slf4j : slf4j-api jar 1.7.7

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.commons : commons-lang3 jar 3.4
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.