| GroupId | GroupIdcom.sun.xml.ws |
|---|---|
| ArtifactId | ArtifactIdwww |
| Version | Version4.0.0-M2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| www-4.0.0-M2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/www/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>www</artifactId>
<version>4.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/www/
implementation 'com.sun.xml.ws:www:4.0.0-M2'
// https://jarcasting.com/artifacts/com.sun.xml.ws/www/
implementation ("com.sun.xml.ws:www:4.0.0-M2")
'com.sun.xml.ws:www:pom:4.0.0-M2'
<dependency org="com.sun.xml.ws" name="www" rev="4.0.0-M2">
<artifact name="www" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='www', version='4.0.0-M2')
)
libraryDependencies += "com.sun.xml.ws" % "www" % "4.0.0-M2"
[com.sun.xml.ws/www "4.0.0-M2"]