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