c

camel-platform-http-vertx

Implementation of the Platform HTTP Engine based on Vert.x Web
Apache-2.0
Files download
File Operation
camel-platform-http-vertx-4.0.2.jar download
camel-platform-http-vertx-4.0.2.pom download
camel-platform-http-vertx-4.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-platform-http-vertx</artifactId>
  <version>4.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-platform-http-vertx:4.0.2'
Gradle Kotlin
implementation("org.apache.camel:camel-platform-http-vertx:4.0.2")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-platform-http-vertx" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-platform-http-vertx', version='4.0.2')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-platform-http-vertx" rev="4.0.2" />
Leiningen
[org.apache.camel/camel-platform-http-vertx "4.0.2"]
Apache Buildr
'org.apache.camel:camel-platform-http-vertx:jar:4.0.2'