How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-commons-deb</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of org.ow2.petals : petals-commons-deb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
petals-commons-deb-1.3.0
|
||
1.2.x |
petals-commons-deb-1.2.0
|
||
1.1.x |
petals-commons-deb-1.1.1
|
||
petals-commons-deb-1.1.0
|
|||
1.0 |
petals-commons-deb-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-commons-deb</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement