文件下载
文件名 操作
cxf-2.4.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf</artifactId>
  <version>2.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf:2.4.1'
Gradle Kotlin
implementation("org.apache.cxf:cxf:2.4.1")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf', version='2.4.1')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf" rev="2.4.1" />
Leiningen
[org.apache.cxf/cxf "2.4.1"]
Apache Buildr
'org.apache.cxf:cxf:jar:2.4.1'
本项目依赖
该项目无第三方依赖