is not current version
Last Version 4.0.0

com.sun.xml.ws:runtime 4.0.0-M3


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

runtime
Version

Version

4.0.0-M3
Type

Type

pom

Download runtime 4.0.0-M3

Filename Size
runtime-4.0.0-M3.pom 1 KB
Browse

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