is not current version
Last Version 0.10.0

net.automatalib:automata-build-parent 0.9.0

A utility artifact, that defines certain plugin executions for the build process. May be used to define dependencies on the "build-tools" artifact without introducing cyclic dependencies with the general parent.

Categories

Categories

Net Auto Application Layer Libs Code Generators
GroupId

GroupId

net.automatalib
ArtifactId

ArtifactId

automata-build-parent
Version

Version

0.9.0
Type

Type

pom

Download automata-build-parent 0.9.0


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