is not current version
Last Version 3.5.2

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

Apache CXF Web Services Runtime

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-ws
Version

Version

3.1.4
Type

Type

pom

Download cxf-rt-ws 3.1.4

Filename Size
cxf-rt-ws-3.1.4.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.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws/
implementation 'org.apache.cxf:cxf-rt-ws:3.1.4'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-ws/
implementation ("org.apache.cxf:cxf-rt-ws:3.1.4")
'org.apache.cxf:cxf-rt-ws:pom:3.1.4'
<dependency org="org.apache.cxf" name="cxf-rt-ws" rev="3.1.4">
  <artifact name="cxf-rt-ws" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-ws', version='3.1.4')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws" % "3.1.4"
[org.apache.cxf/cxf-rt-ws "3.1.4"]