MVN

net.automatalib : automata-build-parent

Maven & Gradle

Oct 11, 2020
1 usages

AutomataLib :: Build Parent · 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.

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-build-parent</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.automatalib : automata-build-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of net.automatalib : automata-build-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.10.x
automata-build-parent-0.10.0
0.9.x
automata-build-parent-0.9.0
0.8.x
automata-build-parent-0.8.0
0.7.x
automata-build-parent-0.7.1
automata-build-parent-0.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-build-parent</artifactId>
    <version>0.10.0</version>
</dependency>

Advertisement