How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-example</artifactId>
<version>2.3.0.redhat-621177</version>
</dependency>
Choose a version of org.wildfly.camel : wildfly-camel-example to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.7.x |
wildfly-camel-example-4.7.0
|
||
4.2.x |
wildfly-camel-example-4.2.1
|
||
wildfly-camel-example-4.2.0
|
|||
4.1.x |
wildfly-camel-example-4.1.1
|
||
wildfly-camel-example-4.1.0
|
|||
4.0.x |
wildfly-camel-example-4.0.0
|
||
3.3.x |
wildfly-camel-example-3.3.0
|
||
3.2.x |
wildfly-camel-example-3.2.0
|
||
3.1.x |
wildfly-camel-example-3.1.0
|
||
3.0.x |
wildfly-camel-example-3.0.0
|
||
2.3.x |
wildfly-camel-example-2.3.0.redhat-621177
|
||
wildfly-camel-example-2.3.0.redhat-621222
|
|||
wildfly-camel-example-2.3.0.redhat-621216
|
|||
wildfly-camel-example-2.3.0.redhat-621211
|
|||
wildfly-camel-example-2.3.0.redhat-621186
|
|||
wildfly-camel-example-2.3.0.redhat-621169
|
|||
wildfly-camel-example-2.3.0.redhat-621159
|
|||
wildfly-camel-example-2.3.0.redhat-621117
|
|||
wildfly-camel-example-2.3.0.redhat-621107
|
|||
wildfly-camel-example-2.3.0.redhat-621090
|
|||
wildfly-camel-example-2.3.0.redhat-621084
|
|||
wildfly-camel-example-2.3.0
|
|||
2.2.x |
wildfly-camel-example-2.2.0.redhat-620133
|
||
wildfly-camel-example-2.2.0-redhat-620118
|
|||
2.0.x |
wildfly-camel-example-2.0.0.CR1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>wildfly-camel-example</artifactId>
<version>2.3.0.redhat-621177</version>
</dependency>
Advertisement