How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.clebert.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>4</version>
</dependency>
Choose a version of com.clebert.maven : maven-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4 |
maven-parent-4
|
||
3 |
maven-parent-3
|
||
2 |
maven-parent-2
|
||
1 |
maven-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.clebert.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>4</version>
</dependency>
Advertisement