c

camel-platform-http-vertx

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