How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype-parent</artifactId>
<version>3</version>
</dependency>
Choose a version of net.disy.prototype : prototype-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3 |
prototype-parent-3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype-parent</artifactId>
<version>3</version>
</dependency>
Advertisement