| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.examples |
| Идентификатор | Идентификаторcxf-wsdl-first-osgi-package |
| Версия | Версия4.5.3 |
| Тип | Типpom |
| Описание |
ОписаниеApache ServiceMix :: Features :: Examples :: CXF WSDL First OSGi Package
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cxf-wsdl-first-osgi-package-4.5.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsdl-first-osgi-package/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>cxf-wsdl-first-osgi-package</artifactId>
<version>4.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsdl-first-osgi-package/
implementation 'org.apache.servicemix.examples:cxf-wsdl-first-osgi-package:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/cxf-wsdl-first-osgi-package/
implementation ("org.apache.servicemix.examples:cxf-wsdl-first-osgi-package:4.5.3")
'org.apache.servicemix.examples:cxf-wsdl-first-osgi-package:pom:4.5.3'
<dependency org="org.apache.servicemix.examples" name="cxf-wsdl-first-osgi-package" rev="4.5.3">
<artifact name="cxf-wsdl-first-osgi-package" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='cxf-wsdl-first-osgi-package', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix.examples" % "cxf-wsdl-first-osgi-package" % "4.5.3"
[org.apache.servicemix.examples/cxf-wsdl-first-osgi-package "4.5.3"]