Install AhoCorasickDoubleArrayTrie via Maven or Gradle
masterTo use this library, add the following dependency to your project configuration. Always check Maven Central for the latest version.
Maven (pom.xml):
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>aho-corasick-double-array-trie</artifactId>
<version>1.2.3</version>
</dependency>Gradle (build.gradle.kts):
implementation("com.hankcs:aho-corasick-double-array-trie:1.2.2")<dependency>
<groupId>com.hankcs</groupId>
<artifactId>aho-corasick-double-array-trie</artifactId>
<version>1.2.3</version>
</dependency>