is not current version
Last Version 2.1-b15

com.sun.xml.ws:wstx-services 2.1-b12

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 WS-TX web service descriptors. This artifact is meant to be deployed only on top of GlassFish v3 where it enables WS-TX support if required.

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

wstx-services
Version

Version

2.1-b12
Type

Type

war

Download wstx-services 2.1-b12


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