Download automaton-1.11-8.jar file - Jar a

Jar examples for a:automaton

Description

A DFA/NFA (finite-state automata) implementation with Unicode alphabet (UTF16) and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement, etc.)

You can download jar file automaton 1.11-8 in this page.

License

The GNU Lesser General Public License, version 3.0 (LGPL-3.0)

Build File

You can use the following script to add automaton-1.11-8.jar to your project.

<dependency>
   <groupId>dk.brics.automaton</groupId>
   <artifactId>automaton</artifactId>
   <version>1.11-8</version>
</dependency>
compile group: 'dk.brics.automaton', name: 'automaton', version: '1.11-8'
libraryDependencies += "dk.brics.automaton" % "automaton" % "1.11-8"
<dependency org="dk.brics.automaton" name="automaton" rev="1.11-8"/>
@Grapes(@Grab(group='dk.brics.automaton', module='automaton', version='1.11-8'))
'dk.brics.automaton:automaton:jar:1.11-8'

Download

Click the following link to download the jar file.

automaton-1.11-8-javadoc.jar
automaton-1.11-8-sources.jar
automaton-1.11-8.jar
automaton-1.11-8.pom



Related Tutorials