c

cxf

Apache CXF is an open-source services framework that aids in the development of services using front-end programming APIs, like JAX-WS and JAX-RS.
http://cxf.apache.org
The Apache Software License, Version 2.0
The Apache Software Foundation
The Apache CXF Team
文件下载
文件名 操作
cxf-2.6.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf</artifactId>
  <version>2.6.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf:2.6.3'
Gradle Kotlin
implementation("org.apache.cxf:cxf:2.6.3")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf" % "2.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf', version='2.6.3')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf" rev="2.6.3" />
Leiningen
[org.apache.cxf/cxf "2.6.3"]
Apache Buildr
'org.apache.cxf:cxf:jar:2.6.3'
本项目依赖
该项目无第三方依赖