| GroupId | GroupIdcom.sun.xml.ws |
|---|---|
| ArtifactId | ArtifactIdwscompile |
| Version | Version4.0.0-M1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wscompile-4.0.0-M1.pom | |
| wscompile-4.0.0-M1.jar | 790 KB |
| wscompile-4.0.0-M1-sources.jar | 597 KB |
| wscompile-4.0.0-M1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/wscompile/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>wscompile</artifactId>
<version>4.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/wscompile/
implementation 'com.sun.xml.ws:wscompile:4.0.0-M1'
// https://jarcasting.com/artifacts/com.sun.xml.ws/wscompile/
implementation ("com.sun.xml.ws:wscompile:4.0.0-M1")
'com.sun.xml.ws:wscompile:jar:4.0.0-M1'
<dependency org="com.sun.xml.ws" name="wscompile" rev="4.0.0-M1">
<artifact name="wscompile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='wscompile', version='4.0.0-M1')
)
libraryDependencies += "com.sun.xml.ws" % "wscompile" % "4.0.0-M1"
[com.sun.xml.ws/wscompile "4.0.0-M1"]