is not current version
Last Version 2.5.0

de.codecentric:cxf-spring-boot-starter 1.0.4.RELEASE

Boot starter for SOAP-Webservices with Apache CXF using JAX-WS & JAXB with Annotations only

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.codecentric
ArtifactId

ArtifactId

cxf-spring-boot-starter
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download cxf-spring-boot-starter 1.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>cxf-spring-boot-starter</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/
implementation 'de.codecentric:cxf-spring-boot-starter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/
implementation ("de.codecentric:cxf-spring-boot-starter:1.0.4.RELEASE")
'de.codecentric:cxf-spring-boot-starter:jar:1.0.4.RELEASE'
<dependency org="de.codecentric" name="cxf-spring-boot-starter" rev="1.0.4.RELEASE">
  <artifact name="cxf-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='1.0.4.RELEASE')
)
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter" % "1.0.4.RELEASE"
[de.codecentric/cxf-spring-boot-starter "1.0.4.RELEASE"]