How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.funcish</groupId>
<artifactId>funcish-parent</artifactId>
<version>0.1.0</version>
</dependency>
Choose a version of org.funcish : funcish-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
funcish-parent-0.1.0
|
||
0.0.x |
funcish-parent-0.0.5
|
||
funcish-parent-0.0.2
|
|||
funcish-parent-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.funcish</groupId>
<artifactId>funcish-parent</artifactId>
<version>0.1.0</version>
</dependency>
Advertisement