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