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>
Choose a version of net.automatalib : automata-build-parent to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.automatalib</groupId>
<artifactId>automata-build-parent</artifactId>
<version>0.10.0</version>
</dependency>
Advertisement