a

automata-parent

A fully generic library for automata, graphs, and models, written in Java. This is the parent artifact which does not have any source code. Please refer to the "modules" page for more detailed documentation on the single library artifacts.
http://learnlib.github.io/automatalib/maven-site/${project.version}
Apache License, Version 2.0
Markus Frohme Malte Isberner
Files download
File Operation
automata-parent-0.11.0.pom download
Apache Maven
<dependency>
  <groupId>net.automatalib</groupId>
  <artifactId>automata-parent</artifactId>
  <version>0.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.automatalib:automata-parent:0.11.0'
Gradle Kotlin
implementation("net.automatalib:automata-parent:0.11.0")
Scala SBT
libraryDependencies += "net.automatalib" % "automata-parent" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='net.automatalib', module='automata-parent', version='0.11.0')
)
Apache Ivy
<dependency org="net.automatalib" name="automata-parent" rev="0.11.0" />
Leiningen
[net.automatalib/automata-parent "0.11.0"]
Apache Buildr
'net.automatalib:automata-parent:jar:0.11.0'
Dependencies
The project has no third-party dependencies