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