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