is not current version
Last Version 2.1-b16

javax.xml:webservices-api 1.6

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.

GroupId

GroupId

javax.xml
ArtifactId

ArtifactId

webservices-api
Version

Version

1.6
Type

Type

jar

Download webservices-api 1.6


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