is not current version
Last Version 4.0.0

com.sun.xml.ws:jaxws-tools 4.0.0-M3

Open source Reference Implementation of JSR-224: Java API for XML Web Services

GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

jaxws-tools
Version

Version

4.0.0-M3
Type

Type

jar

Download jaxws-tools 4.0.0-M3


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