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

com.sun.tools.ws:webservices-tools 1.4

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 contains the Metro tooling code. It has not been tested on its own and instead you should depend on the parent module com.sun.xml.ws.webservices.

Группа

Группа

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

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

webservices-tools
Версия

Версия

1.4
Тип

Тип

jar

Скачать webservices-tools 1.4


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