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