c

camel-cxf-common

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