c

cxf-core

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