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