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