is not current version
Last Version 2.1-b15

com.sun.xml.ws:webservices 1.3.1


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

webservices
Version

Version

1.3.1
Type

Type

pom

Download webservices 1.3.1

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