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