How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.abstractfactory.plum</groupId>
<artifactId>plum-lib-view</artifactId>
<version>0.3.32</version>
</dependency>
Choose a version of net.abstractfactory.plum : plum-lib-view to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
plum-lib-view-0.3.32
|
||
plum-lib-view-0.3.21
|
|||
0.2.x |
plum-lib-view-0.2.36
|
||
plum-lib-view-0.2.34
|
|||
plum-lib-view-0.2.32
|
|||
plum-lib-view-0.2.27
|
|||
0.1.x |
plum-lib-view-0.1.60
|
||
plum-lib-view-0.1.26
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.abstractfactory.plum</groupId>
<artifactId>plum-lib-view</artifactId>
<version>0.3.32</version>
</dependency>
Advertisement