c

cxf-spring-boot-starter

Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only
https://github.com/codecentric/cxf-spring-boot-starter
Apache License, Version 2.0
Jonas Hecht
文件下载
文件名 操作
cxf-spring-boot-starter-1.0.3.jar 下载
cxf-spring-boot-starter-1.0.3.pom 下载
cxf-spring-boot-starter-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>cxf-spring-boot-starter</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric:cxf-spring-boot-starter:1.0.3'
Gradle Kotlin
implementation("de.codecentric:cxf-spring-boot-starter:1.0.3")
Scala SBT
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='1.0.3')
)
Apache Ivy
<dependency org="de.codecentric" name="cxf-spring-boot-starter" rev="1.0.3" />
Leiningen
[de.codecentric/cxf-spring-boot-starter "1.0.3"]
Apache Buildr
'de.codecentric:cxf-spring-boot-starter:jar:1.0.3'