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