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