MVN

com.github.roklenarcic : aho-corasick

Maven & Gradle

Jun 09, 2023
12 stars

Aho-Corasick and related multi-string searches · Java library for matching against large dictionaries of strings

<dependency>
    <groupId>com.github.roklenarcic</groupId>
    <artifactId>aho-corasick</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.roklenarcic : aho-corasick to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.roklenarcic : aho-corasick to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
aho-corasick-1.2
1.1
aho-corasick-1.1
1.0
aho-corasick-1.0

How to add a dependency to Maven

Add the following com.github.roklenarcic : aho-corasick maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.roklenarcic</groupId>
    <artifactId>aho-corasick</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.roklenarcic : aho-corasick gradle dependency to your build.gradle file:

implementation 'com.github.roklenarcic:aho-corasick:1.2'

Gradle Kotlin DSL: Add the following com.github.roklenarcic : aho-corasick gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.roklenarcic:aho-corasick:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.roklenarcic : aho-corasick sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.roklenarcic" % "aho-corasick" % "1.2"

Advertisement

Dependencies from Group

Jun 09, 2023
12 stars
Sep 06, 2015
0 stars

Discover Dependencies

Jun 23, 2016
0 stars
Apr 22, 2018
94 stars
Jun 10, 2015
13 stars
Jul 13, 2023
9 usages
211 stars
Sep 30, 2016
0 stars
Jan 06, 2023
2 usages
25 stars
Nov 03, 2015
87 stars
Nov 16, 2019
17 usages
225 stars
Jun 18, 2015
5 usages
125 stars