c

cxf-spring-boot-starter

Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only
Files download
File Operation
cxf-spring-boot-starter-2.5.0.jar download
cxf-spring-boot-starter-2.5.0.pom download
cxf-spring-boot-starter-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>cxf-spring-boot-starter</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric:cxf-spring-boot-starter:2.5.0'
Gradle Kotlin
implementation("de.codecentric:cxf-spring-boot-starter:2.5.0")
Scala SBT
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='2.5.0')
)
Apache Ivy
<dependency org="de.codecentric" name="cxf-spring-boot-starter" rev="2.5.0" />
Leiningen
[de.codecentric/cxf-spring-boot-starter "2.5.0"]
Apache Buildr
'de.codecentric:cxf-spring-boot-starter:jar:2.5.0'