is not current version
Last Version 2.1-b15

com.sun.xml.ws:webservices 1.2


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices
Version

Version

1.2
Type

Type

pom

Download webservices 1.2

Filename Size
webservices-1.2.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.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation 'com.sun.xml.ws:webservices:1.2'
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation ("com.sun.xml.ws:webservices:1.2")
'com.sun.xml.ws:webservices:pom:1.2'
<dependency org="com.sun.xml.ws" name="webservices" rev="1.2">
  <artifact name="webservices" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='webservices', version='1.2')
)
libraryDependencies += "com.sun.xml.ws" % "webservices" % "1.2"
[com.sun.xml.ws/webservices "1.2"]