c

cxf-core

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