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