c

camel-cxf-rest

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