GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdwstx-services |
Version | Version2.0.1-b02 |
Type | Typewar |
Filename | Size |
---|---|
wstx-services-2.0.1-b02.pom | |
wstx-services-2.0.1-b02.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.1-b02</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/wstx-services/
implementation 'com.sun.xml.ws:wstx-services:2.0.1-b02'
// https://jarcasting.com/artifacts/com.sun.xml.ws/wstx-services/
implementation ("com.sun.xml.ws:wstx-services:2.0.1-b02")
'com.sun.xml.ws:wstx-services:war:2.0.1-b02'
<dependency org="com.sun.xml.ws" name="wstx-services" rev="2.0.1-b02">
<artifact name="wstx-services" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='wstx-services', version='2.0.1-b02')
)
libraryDependencies += "com.sun.xml.ws" % "wstx-services" % "2.0.1-b02"
[com.sun.xml.ws/wstx-services "2.0.1-b02"]