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