How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.micwin.ticino</groupId>
<artifactId>parent-pom</artifactId>
<version>0.3.2</version>
</dependency>
Choose a version of net.micwin.ticino : parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
parent-pom-0.3.2
|
||
parent-pom-0.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.micwin.ticino</groupId>
<artifactId>parent-pom</artifactId>
<version>0.3.2</version>
</dependency>
Advertisement