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