How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-jsr181-parent</artifactId>
<version>1.5.3-1.0.0</version>
</dependency>
Choose a version of org.ow2.petals.samples : petals-jsr181-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
petals-jsr181-parent-1.5.3-1.0.0
|
||
petals-jsr181-parent-1.5.2-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-jsr181-parent</artifactId>
<version>1.5.3-1.0.0</version>
</dependency>
Advertisement