is not current version
Last Version 4.0.0

com.sun.xml.ws:rt 2.3.1

JAX-WS Reference Implementation Runtime

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

rt
Version

Version

2.3.1
Type

Type

jar

Download rt 2.3.1


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