How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011.helloworld</groupId>
<artifactId>helloworld-parent</artifactId>
<version>0.0.2</version>
</dependency>
Choose a version of com.github.gv2011.helloworld : helloworld-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
helloworld-parent-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011.helloworld</groupId>
<artifactId>helloworld-parent</artifactId>
<version>0.0.2</version>
</dependency>
Advertisement