| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.cxf |
| Идентификатор | Идентификаторcxf-common |
| Последняя версия | Последняя версия2.7.18 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache CXF Common
Apache CXF Common
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cxf-common-2.7.18.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.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-common/
implementation 'org.apache.cxf:cxf-common:2.7.18'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-common/
implementation ("org.apache.cxf:cxf-common:2.7.18")
'org.apache.cxf:cxf-common:pom:2.7.18'
<dependency org="org.apache.cxf" name="cxf-common" rev="2.7.18">
<artifact name="cxf-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-common', version='2.7.18')
)
libraryDependencies += "org.apache.cxf" % "cxf-common" % "2.7.18"
[org.apache.cxf/cxf-common "2.7.18"]