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.5.0.jar download
camel-platform-http-vertx-4.5.0.pom download
camel-platform-http-vertx-4.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-platform-http-vertx</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-platform-http-vertx:4.5.0'
Gradle Kotlin
implementation("org.apache.camel:camel-platform-http-vertx:4.5.0")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-platform-http-vertx" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-platform-http-vertx', version='4.5.0')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-platform-http-vertx" rev="4.5.0" />
Leiningen
[org.apache.camel/camel-platform-http-vertx "4.5.0"]
Apache Buildr
'org.apache.camel:camel-platform-http-vertx:jar:4.5.0'