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