c

cxf-api

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