не последняя версия
Последняя версия 3.5.2

org.apache.cxf:cxf 3.2.12

Apache CXF is an open-source services framework that aids in the development of services using front-end programming APIs, like JAX-WS and JAX-RS.

Группа

Группа

org.apache.cxf
Идентификатор

Идентификатор

cxf
Версия

Версия

3.2.12
Тип

Тип

pom

Скачать cxf 3.2.12

Имя Файла Размер
cxf-3.2.12.pom 36 KB
Обзор

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