is not current version
Last Version 2.1-b15

com.sun.xml.ws:webservices-gfv3 2.1-b04

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 is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices-gfv3
Version

Version

2.1-b04
Type

Type

pom

Download webservices-gfv3 2.1-b04


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