GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-microprofile-jaxrs |
Version | Version3.4.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-jaxrs/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-microprofile-jaxrs</artifactId>
<version>3.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-jaxrs/
implementation 'org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:3.4.7'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-microprofile-jaxrs/
implementation ("org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:3.4.7")
'org.apache.cxf.systests:cxf-systests-microprofile-jaxrs:jar:3.4.7'
<dependency org="org.apache.cxf.systests" name="cxf-systests-microprofile-jaxrs" rev="3.4.7">
<artifact name="cxf-systests-microprofile-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-microprofile-jaxrs', version='3.4.7')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-microprofile-jaxrs" % "3.4.7"
[org.apache.cxf.systests/cxf-systests-microprofile-jaxrs "3.4.7"]