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