How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>consulting.omnia.util</groupId>
<artifactId>util-parent</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
Choose a version of consulting.omnia.util : util-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
util-parent-1.0.1-RELEASE
|
||
util-parent-1.0.0-RELEASE
|
|||
1.0 |
util-parent-1.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>consulting.omnia.util</groupId>
<artifactId>util-parent</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
Advertisement