c

camel-http

Camel HTTP support
Apache License, Version 2.0
文件下载
文件名 操作
camel-http-3.4.3.jar 下载
camel-http-3.4.3.pom 下载
camel-http-3.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-http</artifactId>
  <version>3.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-http:3.4.3'
Gradle Kotlin
implementation("org.apache.camel:camel-http:3.4.3")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-http" % "3.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-http', version='3.4.3')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-http" rev="3.4.3" />
Leiningen
[org.apache.camel/camel-http "3.4.3"]
Apache Buildr
'org.apache.camel:camel-http:jar:3.4.3'