How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.talk2object.plum</groupId>
<artifactId>plum-lib-view</artifactId>
<version>0.1.22</version>
</dependency>
Choose a version of com.talk2object.plum : plum-lib-view to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
plum-lib-view-0.1.22
|
||
plum-lib-view-0.1.21
|
|||
plum-lib-view-0.1.16
|
|||
plum-lib-view-0.1.15
|
|||
plum-lib-view-0.1.14
|
|||
plum-lib-view-0.1.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.talk2object.plum</groupId>
<artifactId>plum-lib-view</artifactId>
<version>0.1.22</version>
</dependency>
Advertisement