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