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