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

javax.xml:webservices-api 2.0.1

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 public APIs. It does not serve any purpose on its own and you should instead depend on the parent module com.sun.xml.ws.webservices.

Группа

Группа

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

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

webservices-api
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать webservices-api 2.0.1

Имя Файла Размер
webservices-api-2.0.1.pom
webservices-api-2.0.1.jar 211 KB
Обзор

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