How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.xremoting</groupId>
<artifactId>xremoting-parent</artifactId>
<version>1.0-10</version>
</dependency>
Choose a version of com.googlecode.xremoting : xremoting-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
xremoting-parent-1.0-10
|
||
xremoting-parent-1.0-9
|
|||
xremoting-parent-1.0-8
|
|||
xremoting-parent-1.0-7
|
|||
xremoting-parent-1.0-6
|
|||
xremoting-parent-1.0-5
|
|||
xremoting-parent-1.0-4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.googlecode.xremoting</groupId>
<artifactId>xremoting-parent</artifactId>
<version>1.0-10</version>
</dependency>
Advertisement