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

javax.xml:webservices-api 2.1-b10

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.1-b10
Тип

Тип

jar

Скачать webservices-api 2.1-b10


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