is not current version
Last Version 4.0.0

com.sun.xml.ws:wscompile 3.0.0-M5

JAX-WS RI Tools

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

wscompile
Version

Version

3.0.0-M5
Type

Type

jar

Download wscompile 3.0.0-M5


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