не последняя версия
Последняя версия 2.1-b16

javax.xml:webservices-api-osgi 2.0

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.

Группа

Группа

javax.xml
Идентификатор

Идентификатор

webservices-api-osgi
Версия

Версия

2.0
Тип

Тип

jar

Скачать webservices-api-osgi 2.0


<!-- https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/ -->
<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>webservices-api-osgi</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/
implementation 'javax.xml:webservices-api-osgi:2.0'
// https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/
implementation ("javax.xml:webservices-api-osgi:2.0")
'javax.xml:webservices-api-osgi:jar:2.0'
<dependency org="javax.xml" name="webservices-api-osgi" rev="2.0">
  <artifact name="webservices-api-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.xml', module='webservices-api-osgi', version='2.0')
)
libraryDependencies += "javax.xml" % "webservices-api-osgi" % "2.0"
[javax.xml/webservices-api-osgi "2.0"]