w

webservices-rt

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.
Files download
File Operation
webservices-rt-1.6-b03.jar download
webservices-rt-1.6-b03.pom download
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>webservices-rt</artifactId>
  <version>1.6-b03</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:webservices-rt:1.6-b03'
Gradle Kotlin
implementation("com.sun.xml.ws:webservices-rt:1.6-b03")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "webservices-rt" % "1.6-b03"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='webservices-rt', version='1.6-b03')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="webservices-rt" rev="1.6-b03" />
Leiningen
[com.sun.xml.ws/webservices-rt "1.6-b03"]
Apache Buildr
'com.sun.xml.ws:webservices-rt:jar:1.6-b03'