License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdfr.menana |
ArtifactId | ArtifactIdautomaton |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfr.menana:automaton
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
automaton-1.8.pom | |
automaton-1.8.jar | 38 KB |
automaton-1.8-sources.jar | 27 KB |
automaton-1.8-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.menana/automaton/ -->
<dependency>
<groupId>fr.menana</groupId>
<artifactId>automaton</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/fr.menana/automaton/
implementation 'fr.menana:automaton:1.8'
// https://jarcasting.com/artifacts/fr.menana/automaton/
implementation ("fr.menana:automaton:1.8")
'fr.menana:automaton:jar:1.8'
<dependency org="fr.menana" name="automaton" rev="1.8">
<artifact name="automaton" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.menana', module='automaton', version='1.8')
)
libraryDependencies += "fr.menana" % "automaton" % "1.8"
[fr.menana/automaton "1.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |