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

org.apache.cxf:cxf-common 2.7.13

Apache CXF Common

Группа

Группа

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

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

cxf-common
Версия

Версия

2.7.13
Тип

Тип

pom

Скачать cxf-common 2.7.13

Имя Файла Размер
cxf-common-2.7.13.pom 1 KB
Обзор

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