c

camel-vertx-http

Send requests to external HTTP servers using Vert.x
Apache License, Version 2.0
Files download
File Operation
camel-vertx-http-3.7.2.jar download
camel-vertx-http-3.7.2.pom download
camel-vertx-http-3.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-vertx-http</artifactId>
  <version>3.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-vertx-http:3.7.2'
Gradle Kotlin
implementation("org.apache.camel:camel-vertx-http:3.7.2")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-vertx-http" % "3.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-vertx-http', version='3.7.2')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-vertx-http" rev="3.7.2" />
Leiningen
[org.apache.camel/camel-vertx-http "3.7.2"]
Apache Buildr
'org.apache.camel:camel-vertx-http:jar:3.7.2'