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

org.apache.cxf:cxf-api 2.6.14

Apache CXF API

Группа

Группа

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

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

cxf-api
Версия

Версия

2.6.14
Тип

Тип

jar

Скачать cxf-api 2.6.14


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