is not current version
Last Version 1.2.3

AhoCorasickDoubleArrayTrie 1.2.2

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.

License

License

GroupId

GroupId

com.hankcs
ArtifactId

ArtifactId

aho-corasick-double-array-trie
Version

Version

1.2.2
Type

Type

jar
Description

Description

AhoCorasickDoubleArrayTrie
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
Project URL

Project URL

https://github.com/hankcs/AhoCorasickDoubleArrayTrie
Project Organization

Project Organization

码农场

Download aho-corasick-double-array-trie 1.2.2


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.ahocorasick : ahocorasick jar 0.2.3

Project Modules

There are no modules declared in this project.