GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-cdi-weld |
Version | Version3.4.2 |
Type | Typepom |
Filename | Size |
---|---|
cxf-systests-cdi-weld-3.4.2.pom | 4 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.4.2</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.4.2'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-cdi-weld/
implementation ("org.apache.cxf.systests:cxf-systests-cdi-weld:3.4.2")
'org.apache.cxf.systests:cxf-systests-cdi-weld:pom:3.4.2'
<dependency org="org.apache.cxf.systests" name="cxf-systests-cdi-weld" rev="3.4.2">
<artifact name="cxf-systests-cdi-weld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-cdi-weld', version='3.4.2')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-cdi-weld" % "3.4.2"
[org.apache.cxf.systests/cxf-systests-cdi-weld "3.4.2"]