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

org.apache.cxf:cxf 2.4.3

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
Версия

Версия

2.4.3
Тип

Тип

pom

Скачать cxf 2.4.3

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

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