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