is not current version
Last Version 3.5.2

org.apache.cxf:cxf-rt-ws-transfer 3.2.10


GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-ws-transfer
Version

Version

3.2.10
Type

Type

jar

Download cxf-rt-ws-transfer 3.2.10


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