c

camel-platform-http-vertx

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