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