is not current version
Last Version 0.10.0

net.automatalib:automata-build-parent 0.7.1

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.7.1
Type

Type

pom

Download automata-build-parent 0.7.1


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