<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-vertx-http</artifactId> <version>4.0.6</version> </dependency>
implementation 'org.apache.camel:camel-vertx-http:4.0.6'
implementation("org.apache.camel:camel-vertx-http:4.0.6")
libraryDependencies += "org.apache.camel" % "camel-vertx-http" % "4.0.6"
@Grapes( @Grab(group='org.apache.camel', module='camel-vertx-http', version='4.0.6') )
<dependency org="org.apache.camel" name="camel-vertx-http" rev="4.0.6" />
[org.apache.camel/camel-vertx-http "4.0.6"]
'org.apache.camel:camel-vertx-http:jar:4.0.6'
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-vertx-parent</artifactId> <version>4.0.6</version> </parent>
compile
|-- org.apache.camel:camel-http-base:4.0.6
|-- org.apache.camel:camel-vertx-common:4.0.6
|-- io.vertx:vertx-web-client:4.4.7