MVN

com.addthis : ahocorasick

Maven & Gradle

Dec 20, 2015
6 stars

Java implementation of Aho-Corasick dictionary matching algorithm

<dependency>
    <groupId>com.addthis</groupId>
    <artifactId>ahocorasick</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addthis : ahocorasick to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.addthis : ahocorasick to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
ahocorasick-1.5.4
ahocorasick-1.5.3
ahocorasick-1.5.2
ahocorasick-1.5.1

How to add a dependency to Maven

Add the following com.addthis : ahocorasick maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.addthis</groupId>
    <artifactId>ahocorasick</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.addthis : ahocorasick gradle dependency to your build.gradle file:

implementation 'com.addthis:ahocorasick:1.5.4'

Gradle Kotlin DSL: Add the following com.addthis : ahocorasick gradle kotlin dependency to your build.gradle.kts file:

implementation("com.addthis:ahocorasick:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.addthis : ahocorasick sbt scala dependency to your build.sbt file:

libraryDependencies += "com.addthis" % "ahocorasick" % "1.5.4"

Advertisement

Dependencies from Group

Jul 16, 2018
5 usages
8 stars
Apr 30, 2014
2 usages
0 stars
Apr 30, 2015
1 usages
2.2k stars
Jul 17, 2018
1 usages
2 stars
Jul 17, 2018
1 usages
9 stars

Discover Dependencies