is not current version
Last Version 0.10.0

net.automatalib:automata-core 0.4.0

The core artifact of AutomataLib. This library contains concrete implementations for many of the automaton model interfaces defined in the API artifact, as well as abstract base classes that facilitate implementing new automaton model classes. Note that concrete algorithms (traversal, reachability analysis etc.) are not in the scope of this artifact.

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.automatalib
ArtifactId

ArtifactId

automata-core
Version

Version

0.4.0
Type

Type

jar

Download automata-core 0.4.0


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