GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdwebservices |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
webservices-1.4.pom | |
webservices-1.4.jar | 4 KB |
webservices-1.4-osgi.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation 'com.sun.xml.ws:webservices:1.4'
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices/
implementation ("com.sun.xml.ws:webservices:1.4")
'com.sun.xml.ws:webservices:pom:1.4'
<dependency org="com.sun.xml.ws" name="webservices" rev="1.4">
<artifact name="webservices" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='webservices', version='1.4')
)
libraryDependencies += "com.sun.xml.ws" % "webservices" % "1.4"
[com.sun.xml.ws/webservices "1.4"]