is not current version
Last Version 2.1-b15

com.sun.xml.ws:webservices 2.0-b23

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.

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices
Version

Version

2.0-b23
Type

Type

pom

Download webservices 2.0-b23

Filename Size
webservices-2.0-b23.pom 4 KB
Browse

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