is not current version
Last Version 4.0.0

com.sun.xml.ws:jaxws-tools 2.2.8-b13729

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

2.2.8-b13729
Type

Type

pom

Download jaxws-tools 2.2.8-b13729


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