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