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