Download dictomaton-1.2.0.jar file - Jar d

Jar examples for d:dictomaton

Description

Finite state dictionaries and perfect hash automata.

You can download jar file dictomaton 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dictomaton-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

dictomaton-1.2.0-javadoc.jar
dictomaton-1.2.0-sources.jar
dictomaton-1.2.0.jar
dictomaton-1.2.0.pom



Related Tutorials