не последняя версия
Последняя версия 0.10.0

net.automatalib:automata-core 0.3.1-ase2013-tutorial

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.

Категории

Категории

Сеть Auto Библиотеки уровня приложения Code Generators
Группа

Группа

net.automatalib
Идентификатор

Идентификатор

automata-core
Версия

Версия

0.3.1-ase2013-tutorial
Тип

Тип

jar

Скачать automata-core 0.3.1-ase2013-tutorial


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