License |
License
CDDL+GPL License
|
---|---|
GroupId | GroupIdcom.sun.xml.ws |
ArtifactId | ArtifactIdwebservices-rt |
Last Version | Last Version2.1-b16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetro Web Services Runtime non-OSGi Bundle
This module contains the Metro runtime code.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webservices-rt-2.1-b16.pom | |
webservices-rt-2.1-b16.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/webservices-rt/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices-rt</artifactId>
<version>2.1-b16</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices-rt/
implementation 'com.sun.xml.ws:webservices-rt:2.1-b16'
// https://jarcasting.com/artifacts/com.sun.xml.ws/webservices-rt/
implementation ("com.sun.xml.ws:webservices-rt:2.1-b16")
'com.sun.xml.ws:webservices-rt:jar:2.1-b16'
<dependency org="com.sun.xml.ws" name="webservices-rt" rev="2.1-b16">
<artifact name="webservices-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='webservices-rt', version='2.1-b16')
)
libraryDependencies += "com.sun.xml.ws" % "webservices-rt" % "2.1-b16"
[com.sun.xml.ws/webservices-rt "2.1-b16"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml : webservices-api | jar | 2.1-b16 |