| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.cxf.services.wsn |
| Идентификатор | Идентификаторcxf-services-wsn |
| Версия | Версия3.5.0 |
| Тип | Типpom |
| Описание |
ОписаниеApache CXF WSN service
Apache CXF is an open-source services framework that aids in
the development of services using front-end programming APIs, like JAX-WS
and JAX-RS.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cxf-services-wsn-3.5.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.services.wsn/cxf-services-wsn/ -->
<dependency>
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.services.wsn/cxf-services-wsn/
implementation 'org.apache.cxf.services.wsn:cxf-services-wsn:3.5.0'
// https://jarcasting.com/artifacts/org.apache.cxf.services.wsn/cxf-services-wsn/
implementation ("org.apache.cxf.services.wsn:cxf-services-wsn:3.5.0")
'org.apache.cxf.services.wsn:cxf-services-wsn:pom:3.5.0'
<dependency org="org.apache.cxf.services.wsn" name="cxf-services-wsn" rev="3.5.0">
<artifact name="cxf-services-wsn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.services.wsn', module='cxf-services-wsn', version='3.5.0')
)
libraryDependencies += "org.apache.cxf.services.wsn" % "cxf-services-wsn" % "3.5.0"
[org.apache.cxf.services.wsn/cxf-services-wsn "3.5.0"]