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