How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-camel-parent</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of org.ow2.petals : petals-camel-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
petals-camel-parent-1.3.0
|
||
1.2.x |
petals-camel-parent-1.2.2
|
||
petals-camel-parent-1.2.1
|
|||
petals-camel-parent-1.2.0
|
|||
1.1.x |
petals-camel-parent-1.1.1
|
||
petals-camel-parent-1.1.0
|
|||
1.0.x |
petals-camel-parent-1.0.2
|
||
petals-camel-parent-1.0.1
|
|||
petals-camel-parent-1.0.0
|
|||
0.5.x |
petals-camel-parent-0.5.1
|
||
petals-camel-parent-0.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-camel-parent</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement