How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-parent</artifactId>
<version>6</version>
</dependency>
Choose a version of org.objectweb.petals : petals-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6 |
petals-parent-6
|
||
5 |
petals-parent-5
|
||
4 |
petals-parent-4
|
||
3 |
petals-parent-3
|
||
2 |
petals-parent-2
|
||
1 |
petals-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-parent</artifactId>
<version>6</version>
</dependency>
Advertisement