is not current version
Last Version 0.10.0

net.automatalib:automata-commons-parent 0.8.0

Common parent metaproject for various small Java libraries which are required by AutomataLib, but are not specific to AutomataLib itself (i.e., are not or only indirectly related to modeling automata and graphs).

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.automatalib
ArtifactId

ArtifactId

automata-commons-parent
Version

Version

0.8.0
Type

Type

pom

Download automata-commons-parent 0.8.0


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