| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.cxf |
| Идентификатор | Идентификаторcxf |
| Последняя версия | Последняя версия4.5.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Features :: CXF Support
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cxf-4.5.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/ -->
<dependency>
<groupId>org.apache.servicemix.cxf</groupId>
<artifactId>cxf</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/
implementation 'org.apache.servicemix.cxf:cxf:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.cxf/cxf/
implementation ("org.apache.servicemix.cxf:cxf:4.5.3")
'org.apache.servicemix.cxf:cxf:pom:4.5.3'
<dependency org="org.apache.servicemix.cxf" name="cxf" rev="4.5.3">
<artifact name="cxf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.cxf', module='cxf', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix.cxf" % "cxf" % "4.5.3"
[org.apache.servicemix.cxf/cxf "4.5.3"]