is not current version
Last Version 3.5.2

org.apache.cxf:cxf-rt-ws 3.3.9

Apache CXF Web Services Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-ws
Version

Version

3.3.9
Type

Type

pom

Download cxf-rt-ws 3.3.9

Filename Size
cxf-rt-ws-3.3.9.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws/ -->
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-ws</artifactId>
    <version>3.3.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws/
implementation 'org.apache.cxf:cxf-rt-ws:3.3.9'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws/
implementation ("org.apache.cxf:cxf-rt-ws:3.3.9")
'org.apache.cxf:cxf-rt-ws:pom:3.3.9'
<dependency org="org.apache.cxf" name="cxf-rt-ws" rev="3.3.9">
  <artifact name="cxf-rt-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws', version='3.3.9')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws" % "3.3.9"
[org.apache.cxf/cxf-rt-ws "3.3.9"]