GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdwstx-services |
Version | Version2.0-FCS |
Type | Typewar |
Filename | Size |
---|---|
wstx-services-2.0-FCS.pom | |
wstx-services-2.0-FCS.war | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/wstx-services/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>wstx-services</artifactId>
<version>2.0-FCS</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/wstx-services/
implementation 'com.sun.xml.ws:wstx-services:2.0-FCS'
// https://jarcasting.com/artifacts/com.sun.xml.ws/wstx-services/
implementation ("com.sun.xml.ws:wstx-services:2.0-FCS")
'com.sun.xml.ws:wstx-services:war:2.0-FCS'
<dependency org="com.sun.xml.ws" name="wstx-services" rev="2.0-FCS">
<artifact name="wstx-services" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='wstx-services', version='2.0-FCS')
)
libraryDependencies += "com.sun.xml.ws" % "wstx-services" % "2.0-FCS"
[com.sun.xml.ws/wstx-services "2.0-FCS"]