Automaton

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.)

License

License

BSD
Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

dk.brics.automaton
ArtifactId

ArtifactId

automaton
Last Version

Last Version

1.11-8
Release Date

Release Date

Type

Type

jar
Description

Description

Automaton
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.)
Project URL

Project URL

http://www.brics.dk/automaton/

Download automaton

How to add to project

<!-- https://jarcasting.com/artifacts/dk.brics.automaton/automaton/ -->
<dependency>
    <groupId>dk.brics.automaton</groupId>
    <artifactId>automaton</artifactId>
    <version>1.11-8</version>
</dependency>
// https://jarcasting.com/artifacts/dk.brics.automaton/automaton/
implementation 'dk.brics.automaton:automaton:1.11-8'
// https://jarcasting.com/artifacts/dk.brics.automaton/automaton/
implementation ("dk.brics.automaton:automaton:1.11-8")
'dk.brics.automaton:automaton:jar:1.11-8'
<dependency org="dk.brics.automaton" name="automaton" rev="1.11-8">
  <artifact name="automaton" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.brics.automaton', module='automaton', version='1.11-8')
)
libraryDependencies += "dk.brics.automaton" % "automaton" % "1.11-8"
[dk.brics.automaton/automaton "1.11-8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.11-8