is not current version
Last Version 2.1-b16

com.sun.xml.ws:webservices-rt 2.0-b09

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

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices-rt
Version

Version

2.0-b09
Type

Type

jar

Download webservices-rt 2.0-b09


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