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