is not current version
Last Version 4.0.0

com.sun.xml.ws:tools 2.3.5


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

tools
Version

Version

2.3.5
Type

Type

pom

Download tools 2.3.5

Filename Size
tools-2.3.5.pom 1 KB
Browse

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