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

com.sun.xml.ws:webservices 2.0-b19

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 is the top module for the Metro project. This is the module you should depend upon by default. The Maven distribution is meant for use of Metro outside a container. For Tomcat or GlassFish please use the regular distribution with its installation scripts.

Группа

Группа

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

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

webservices
Версия

Версия

2.0-b19
Тип

Тип

pom

Скачать webservices 2.0-b19

Имя Файла Размер
webservices-2.0-b19.pom 4 KB
Обзор

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