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.
文件下载
文件名 操作
webservices-rt-2.0-b24.jar 下载
webservices-rt-2.0-b24.pom 下载
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>webservices-rt</artifactId>
  <version>2.0-b24</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:webservices-rt:2.0-b24'
Gradle Kotlin
implementation("com.sun.xml.ws:webservices-rt:2.0-b24")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "webservices-rt" % "2.0-b24"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='webservices-rt', version='2.0-b24')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="webservices-rt" rev="2.0-b24" />
Leiningen
[com.sun.xml.ws/webservices-rt "2.0-b24"]
Apache Buildr
'com.sun.xml.ws:webservices-rt:jar:2.0-b24'