is not current version
Last Version 1.8

fr.menana:automaton 1.7

Automaton is a Free and Open-Source Library dedicated to create and manipulate determinist and non-deterministic finite automaton. Alphabet are solely composed of integers.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

fr.menana
ArtifactId

ArtifactId

automaton
Version

Version

1.7
Type

Type

jar

Download automaton 1.7


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