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