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