is not current version
Last Version 2.7.18

org.apache.cxf:cxf-rt-core 2.7.2

Apache CXF Runtime Core

GroupId

GroupId

org.apache.cxf
ArtifactId

ArtifactId

cxf-rt-core
Version

Version

2.7.2
Type

Type

jar

Download cxf-rt-core 2.7.2


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