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