is not current version
Last Version 4.0.0

com.sun.xml.ws:extras 3.0.0-M4


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

extras
Version

Version

3.0.0-M4
Type

Type

pom

Download extras 3.0.0-M4

Filename Size
extras-3.0.0-M4.pom 1 KB
Browse

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