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