GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-cdi-weld |
Version | Version3.2.6 |
Type | Typepom |
Filename | Size |
---|---|
cxf-systests-cdi-weld-3.2.6.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-cdi-weld/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-cdi-weld</artifactId>
<version>3.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-cdi-weld/
implementation 'org.apache.cxf.systests:cxf-systests-cdi-weld:3.2.6'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-cdi-weld/
implementation ("org.apache.cxf.systests:cxf-systests-cdi-weld:3.2.6")
'org.apache.cxf.systests:cxf-systests-cdi-weld:pom:3.2.6'
<dependency org="org.apache.cxf.systests" name="cxf-systests-cdi-weld" rev="3.2.6">
<artifact name="cxf-systests-cdi-weld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-cdi-weld', version='3.2.6')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-cdi-weld" % "3.2.6"
[org.apache.cxf.systests/cxf-systests-cdi-weld "3.2.6"]