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
Files download
File Operation
cxf-2.7.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf</artifactId>
  <version>2.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf:2.7.0'
Gradle Kotlin
implementation("org.apache.cxf:cxf:2.7.0")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf', version='2.7.0')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf" rev="2.7.0" />
Leiningen
[org.apache.cxf/cxf "2.7.0"]
Apache Buildr
'org.apache.cxf:cxf:jar:2.7.0'
Dependencies
The project has no third-party dependencies