License |
License |
---|---|
GroupId | GroupIdcom.addthis |
ArtifactId | ArtifactIdahocorasick |
Version | Version1.5.4 |
Type | Typejar |
Description |
DescriptionJava implementation of Aho-Corasick dictionary matching algorithm
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ahocorasick-1.5.4.pom | |
ahocorasick-1.5.4.jar | 17 KB |
ahocorasick-1.5.4-sources.jar | 14 KB |
ahocorasick-1.5.4-javadoc.jar | 50 KB |
Browse |
<!-- 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"]
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 |
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 |