How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.habds</groupId>
<artifactId>lcl-parent</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
Choose a version of com.habds : lcl-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
lcl-parent-1.0.2.RELEASE
|
||
lcl-parent-1.0.1.RELEASE
|
|||
lcl-parent-1.0.0.RELEASE
|
|||
0.9.x |
lcl-parent-0.9.9.RELEASE
|
||
lcl-parent-0.9.8.RELEASE
|
|||
lcl-parent-0.9.7.RELEASE
|
|||
lcl-parent-0.9.6.RELEASE
|
|||
lcl-parent-0.9.5.RELEASE
|
|||
lcl-parent-0.9.4.RELEASE
|
|||
lcl-parent-0.9.3.RELEASE
|
|||
lcl-parent-0.9.2.RELEASE
|
|||
lcl-parent-0.9.1.RELEASE
|
|||
lcl-parent-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.habds</groupId>
<artifactId>lcl-parent</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
Advertisement