Java Automaton [master]
SonarCloud: https://sonarcloud.io/dashboard?id=DavidNavarreICS_JavaAutomaton
License |
License |
---|---|
Categories |
CategoriesJava Languages Auto Application Layer Libs Code Generators |
GroupId | GroupIdfr.irit.ics |
ArtifactId | ArtifactIdjava-automaton |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfr.irit.ics:java-automaton
This library allows the creation of automata using the Mealy notations with a java implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-automaton-1.0.1.pom | |
java-automaton-1.0.1.jar | 14 KB |
java-automaton-1.0.1-sources.jar | 13 KB |
java-automaton-1.0.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.irit.ics/java-automaton/ -->
<dependency>
<groupId>fr.irit.ics</groupId>
<artifactId>java-automaton</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.irit.ics/java-automaton/
implementation 'fr.irit.ics:java-automaton:1.0.1'
// https://jarcasting.com/artifacts/fr.irit.ics/java-automaton/
implementation ("fr.irit.ics:java-automaton:1.0.1")
'fr.irit.ics:java-automaton:jar:1.0.1'
<dependency org="fr.irit.ics" name="java-automaton" rev="1.0.1">
<artifact name="java-automaton" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.irit.ics', module='java-automaton', version='1.0.1')
)
libraryDependencies += "fr.irit.ics" % "java-automaton" % "1.0.1"
[fr.irit.ics/java-automaton "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
SonarCloud: https://sonarcloud.io/dashboard?id=DavidNavarreICS_JavaAutomaton