How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel</artifactId>
<version>2.2.1.Final</version>
</dependency>
Choose a version of io.thorntail : camel to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
camel-2.2.1.Final
|
||
camel-2.2.0.Final
|
|||
2.1.x |
camel-2.1.0.Final
|
||
2.0.x |
camel-2.0.0.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel</artifactId>
<version>2.2.1.Final</version>
</dependency>
Advertisement