GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdwscompile |
Version | Version3.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
wscompile-3.0.0-M3.pom | |
wscompile-3.0.0-M3.jar | 787 KB |
wscompile-3.0.0-M3-sources.jar | 600 KB |
wscompile-3.0.0-M3-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>3.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/wscompile/
implementation 'com.sun.xml.ws:wscompile:3.0.0-M3'
// https://jarcasting.com/artifacts/com.sun.xml.ws/wscompile/
implementation ("com.sun.xml.ws:wscompile:3.0.0-M3")
'com.sun.xml.ws:wscompile:jar:3.0.0-M3'
<dependency org="com.sun.xml.ws" name="wscompile" rev="3.0.0-M3">
<artifact name="wscompile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='wscompile', version='3.0.0-M3')
)
libraryDependencies += "com.sun.xml.ws" % "wscompile" % "3.0.0-M3"
[com.sun.xml.ws/wscompile "3.0.0-M3"]