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