How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-parent</artifactId>
<version>20.3.3</version>
</dependency>
Choose a version of org.ow2.petals : petals-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
20.3.x |
petals-parent-20.3.3
|
||
petals-parent-20.3.1
|
|||
petals-parent-20.3.0
|
|||
20.2.x |
petals-parent-20.2.8.4
|
||
petals-parent-20.2.8.3
|
|||
petals-parent-20.2.8.2
|
|||
petals-parent-20.2.8.1
|
|||
petals-parent-20.2.8
|
|||
petals-parent-20.2.7
|
|||
petals-parent-20.2.6
|
|||
petals-parent-20.2.5
|
|||
petals-parent-20.2.4
|
|||
petals-parent-20.2.3
|
|||
petals-parent-20.2.2.2
|
|||
petals-parent-20.2.2.1
|
|||
petals-parent-20.2.2
|
|||
petals-parent-20.2.1
|
|||
19.1 |
petals-parent-19.1
|
||
19 |
petals-parent-19
|
||
18 |
petals-parent-18
|
||
17 |
petals-parent-17
|
||
16 |
petals-parent-16
|
||
15 |
petals-parent-15
|
||
14 |
petals-parent-14
|
||
13 |
petals-parent-13
|
||
12 |
petals-parent-12
|
||
11 |
petals-parent-11
|
||
10 |
petals-parent-10
|
||
9 |
petals-parent-9
|
||
8 |
petals-parent-8
|
||
7 |
petals-parent-7
|
||
petals-parent-7-SNAPSHOT
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-parent</artifactId>
<version>20.3.3</version>
</dependency>
Advertisement