c

camel-vertx-http

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