c

cxf-api

Apache CXF API
http://cxf.apache.org
Files download
File Operation
cxf-api-2.7.18.jar download
cxf-api-2.7.18.pom download
cxf-api-2.7.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-api</artifactId>
  <version>2.7.18</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-api:2.7.18'
Gradle Kotlin
implementation("org.apache.cxf:cxf-api:2.7.18")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-api" % "2.7.18"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-api', version='2.7.18')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-api" rev="2.7.18" />
Leiningen
[org.apache.cxf/cxf-api "2.7.18"]
Apache Buildr
'org.apache.cxf:cxf-api:jar:2.7.18'