w

webservices

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 is the top module for the Metro project. This is the module you should depend upon by default. The Maven distribution is meant for use of Metro outside a container. For Tomcat or GlassFish please use the regular distribution with its installation scripts.
https://metro.dev.java.net/
Dual License: CDDL 1.0 and GPL V2 with Classpath Exception
Sun Microsystems, Inc
文件下载
文件名 操作
webservices-2.0-b08.pom 下载
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>webservices</artifactId>
  <version>2.0-b08</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:webservices:2.0-b08'
Gradle Kotlin
implementation("com.sun.xml.ws:webservices:2.0-b08")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "webservices" % "2.0-b08"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='webservices', version='2.0-b08')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="webservices" rev="2.0-b08" />
Leiningen
[com.sun.xml.ws/webservices "2.0-b08"]
Apache Buildr
'com.sun.xml.ws:webservices:jar:2.0-b08'
本项目依赖
该项目无第三方依赖