Files download
File Operation
camel-cxf-rest-client-5.0.6.jar download
camel-cxf-rest-client-5.0.6.pom download
camel-cxf-rest-client-5.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.examples</groupId>
  <artifactId>camel-cxf-rest-client</artifactId>
  <version>5.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.examples:camel-cxf-rest-client:5.0.6'
Gradle Kotlin
implementation("org.apache.servicemix.examples:camel-cxf-rest-client:5.0.6")
Scala SBT
libraryDependencies += "org.apache.servicemix.examples" % "camel-cxf-rest-client" % "5.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.examples', module='camel-cxf-rest-client', version='5.0.6')
)
Apache Ivy
<dependency org="org.apache.servicemix.examples" name="camel-cxf-rest-client" rev="5.0.6" />
Leiningen
[org.apache.servicemix.examples/camel-cxf-rest-client "5.0.6"]
Apache Buildr
'org.apache.servicemix.examples:camel-cxf-rest-client:jar:5.0.6'