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
Files download
File Operation
cxf-spring-boot-starter-1.0.4.RELEASE.jar download
cxf-spring-boot-starter-1.0.4.RELEASE.pom download
cxf-spring-boot-starter-1.0.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>cxf-spring-boot-starter</artifactId>
  <version>1.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric:cxf-spring-boot-starter:1.0.4.RELEASE'
Gradle Kotlin
implementation("de.codecentric:cxf-spring-boot-starter:1.0.4.RELEASE")
Scala SBT
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter" % "1.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='1.0.4.RELEASE')
)
Apache Ivy
<dependency org="de.codecentric" name="cxf-spring-boot-starter" rev="1.0.4.RELEASE" />
Leiningen
[de.codecentric/cxf-spring-boot-starter "1.0.4.RELEASE"]
Apache Buildr
'de.codecentric:cxf-spring-boot-starter:jar:1.0.4.RELEASE'