c

cxf-spring-boot-starter-maven-plugin

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