a

automata-core

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.
文件下载
文件名 操作
automata-core-0.8.0.jar 下载
automata-core-0.8.0.pom 下载
automata-core-0.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.automatalib</groupId>
  <artifactId>automata-core</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'net.automatalib:automata-core:0.8.0'
Gradle Kotlin
implementation("net.automatalib:automata-core:0.8.0")
Scala SBT
libraryDependencies += "net.automatalib" % "automata-core" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='net.automatalib', module='automata-core', version='0.8.0')
)
Apache Ivy
<dependency org="net.automatalib" name="automata-core" rev="0.8.0" />
Leiningen
[net.automatalib/automata-core "0.8.0"]
Apache Buildr
'net.automatalib:automata-core:jar:0.8.0'