Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdcxf-spring-boot-starter |
Version | Version2.1.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/
implementation 'de.codecentric:cxf-spring-boot-starter:2.1.5.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/cxf-spring-boot-starter/
implementation ("de.codecentric:cxf-spring-boot-starter:2.1.5.RELEASE")
'de.codecentric:cxf-spring-boot-starter:jar:2.1.5.RELEASE'
<dependency org="de.codecentric" name="cxf-spring-boot-starter" rev="2.1.5.RELEASE">
<artifact name="cxf-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='cxf-spring-boot-starter', version='2.1.5.RELEASE')
)
libraryDependencies += "de.codecentric" % "cxf-spring-boot-starter" % "2.1.5.RELEASE"
[de.codecentric/cxf-spring-boot-starter "2.1.5.RELEASE"]