is not current version
Last Version 2.1-b16

com.sun.xml.ws:webservices-rt 2.0-b22


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices-rt
Version

Version

2.0-b22
Type

Type

jar

Download webservices-rt 2.0-b22


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