is not current version
Last Version 2.1-b15

com.sun.xml.ws:webservices 1.3


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices
Version

Version

1.3
Type

Type

pom

Download webservices 1.3

Filename Size
webservices-1.3.pom 2 KB
Browse

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