How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.rest</groupId>
<artifactId>petals-rest-parent</artifactId>
<version>2.4.0-1.0.0</version>
</dependency>
Choose a version of org.ow2.petals.samples.rest : petals-rest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
petals-rest-parent-2.4.0-1.0.0
|
||
1.3.x |
petals-rest-parent-1.3.0-1.0.0
|
||
1.1.x |
petals-rest-parent-1.1.0-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.rest</groupId>
<artifactId>petals-rest-parent</artifactId>
<version>2.4.0-1.0.0</version>
</dependency>
Advertisement