How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-netty-http</artifactId>
<version>2.19.5</version>
</dependency>
Choose a version of org.apache.camel : camel-example-netty-http to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.19.x |
camel-example-netty-http-2.19.5
|
||
camel-example-netty-http-2.19.4
|
|||
camel-example-netty-http-2.19.3
|
|||
camel-example-netty-http-2.19.2
|
|||
camel-example-netty-http-2.19.1
|
|||
camel-example-netty-http-2.19.0
|
|||
2.18.x |
camel-example-netty-http-2.18.5
|
||
camel-example-netty-http-2.18.4
|
|||
camel-example-netty-http-2.18.3
|
|||
camel-example-netty-http-2.18.2
|
|||
camel-example-netty-http-2.18.1
|
|||
camel-example-netty-http-2.18.0
|
|||
2.17.x |
camel-example-netty-http-2.17.7
|
||
camel-example-netty-http-2.17.6
|
|||
camel-example-netty-http-2.17.5
|
|||
camel-example-netty-http-2.17.4
|
|||
camel-example-netty-http-2.17.3
|
|||
camel-example-netty-http-2.17.2
|
|||
camel-example-netty-http-2.17.1
|
|||
camel-example-netty-http-2.17.0
|
|||
2.16.x |
camel-example-netty-http-2.16.5
|
||
camel-example-netty-http-2.16.4
|
|||
camel-example-netty-http-2.16.3
|
|||
camel-example-netty-http-2.16.2
|
|||
camel-example-netty-http-2.16.1
|
|||
camel-example-netty-http-2.16.0
|
|||
2.15.x |
camel-example-netty-http-2.15.6
|
||
camel-example-netty-http-2.15.5
|
|||
camel-example-netty-http-2.15.4
|
|||
camel-example-netty-http-2.15.3
|
|||
camel-example-netty-http-2.15.2
|
|||
camel-example-netty-http-2.15.1
|
|||
camel-example-netty-http-2.15.0
|
|||
2.14.x |
camel-example-netty-http-2.14.4
|
||
camel-example-netty-http-2.14.3
|
|||
camel-example-netty-http-2.14.2
|
|||
camel-example-netty-http-2.14.1
|
|||
camel-example-netty-http-2.14.0
|
|||
2.13.x |
camel-example-netty-http-2.13.4
|
||
camel-example-netty-http-2.13.3
|
|||
camel-example-netty-http-2.13.2
|
|||
camel-example-netty-http-2.13.1
|
|||
camel-example-netty-http-2.13.0
|
|||
2.12.x |
camel-example-netty-http-2.12.5
|
||
camel-example-netty-http-2.12.4
|
|||
camel-example-netty-http-2.12.3
|
|||
camel-example-netty-http-2.12.2
|
|||
camel-example-netty-http-2.12.1
|
|||
camel-example-netty-http-2.12.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-netty-http</artifactId>
<version>2.19.5</version>
</dependency>
Advertisement