How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.camunda.bpm.extension.camel</groupId>
<artifactId>camunda-bpm-camel</artifactId>
<version>0.8.0</version>
</dependency>
Choose a version of org.camunda.bpm.extension.camel : camunda-bpm-camel to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
camunda-bpm-camel-0.8.0
|
||
0.7.x |
camunda-bpm-camel-0.7.0
|
||
0.6 |
camunda-bpm-camel-0.6
|
||
0.5 |
camunda-bpm-camel-0.5
|
||
0.4 |
camunda-bpm-camel-0.4
|
||
0.3 |
camunda-bpm-camel-0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.camunda.bpm.extension.camel</groupId>
<artifactId>camunda-bpm-camel</artifactId>
<version>0.8.0</version>
</dependency>
Advertisement