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