is not current version
Last Version 2.1-b16

javax.xml:webservices-api-osgi 2.1-b15

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.

GroupId

GroupId

javax.xml
ArtifactId

ArtifactId

webservices-api-osgi
Version

Version

2.1-b15
Type

Type

jar

Download webservices-api-osgi 2.1-b15


<!-- https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/ -->
<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>webservices-api-osgi</artifactId>
    <version>2.1-b15</version>
</dependency>
// https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/
implementation 'javax.xml:webservices-api-osgi:2.1-b15'
// https://jarcasting.com/artifacts/javax.xml/webservices-api-osgi/
implementation ("javax.xml:webservices-api-osgi:2.1-b15")
'javax.xml:webservices-api-osgi:jar:2.1-b15'
<dependency org="javax.xml" name="webservices-api-osgi" rev="2.1-b15">
  <artifact name="webservices-api-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.xml', module='webservices-api-osgi', version='2.1-b15')
)
libraryDependencies += "javax.xml" % "webservices-api-osgi" % "2.1-b15"
[javax.xml/webservices-api-osgi "2.1-b15"]