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