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