Download ahocorasick-0.3.0.jar file - Jar a

Jar examples for a:ahocorasick

Description

Java library for efficient string matching against a large set of keywords

You can download jar file ahocorasick 0.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ahocorasick-0.3.0.jar to your project.

<dependency>
   <groupId>org.ahocorasick</groupId>
   <artifactId>ahocorasick</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'org.ahocorasick', name: 'ahocorasick', version: '0.3.0'
libraryDependencies += "org.ahocorasick" % "ahocorasick" % "0.3.0"
<dependency org="org.ahocorasick" name="ahocorasick" rev="0.3.0"/>
@Grapes(@Grab(group='org.ahocorasick', module='ahocorasick', version='0.3.0'))
'org.ahocorasick:ahocorasick:jar:0.3.0'

Download

Click the following link to download the jar file.

ahocorasick-0.3.0-javadoc.jar
ahocorasick-0.3.0-sources.jar
ahocorasick-0.3.0.jar
ahocorasick-0.3.0.pom



Related Tutorials