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

com.sun.xml.ws:webservices 1.4-RC1

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.

Группа

Группа

com.sun.xml.ws
Идентификатор

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

webservices
Версия

Версия

1.4-RC1
Тип

Тип

jar

Скачать webservices 1.4-RC1


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