is not current version
Last Version 4.0.0

com.sun.xml.ws:tools 3.0.0-M2


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

tools
Version

Version

3.0.0-M2
Type

Type

pom

Download tools 3.0.0-M2

Filename Size
tools-3.0.0-M2.pom 1 KB
Browse

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