c

cxf-spring-boot-starter-jaxws

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