MVN

net.automatalib : automata-commons-parent

Maven & Gradle

Oct 11, 2020
1 usages

AutomataLib :: Commons · 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).

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

Latest Version

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

  • Latest Stable: 0.10.0

All Versions

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

Version Vulnerabilities Updated
0.10.x
automata-commons-parent-0.10.0
0.9.x
automata-commons-parent-0.9.0
0.8.x
automata-commons-parent-0.8.0
0.7.x
automata-commons-parent-0.7.1
automata-commons-parent-0.7.0
0.6.x
automata-commons-parent-0.6.0
0.5.x
automata-commons-parent-0.5.2
automata-commons-parent-0.5.1
0.4.x
automata-commons-parent-0.4.1
automata-commons-parent-0.4.0
0.3.x
automata-commons-parent-0.3.1-ase2013-tutorial-r1
automata-commons-parent-0.3.1
automata-commons-parent-0.3.1-ase2013-tutorial
automata-commons-parent-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement