is not current version
Last Version 2.1-b15

javax.xml:webservices-api-src 2.0-b25

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 provides source files in order to produce Javadoc for Java EE. The set of files contained herein does not match what is in webservices-api.

GroupId

GroupId

javax.xml
ArtifactId

ArtifactId

webservices-api-src
Version

Version

2.0-b25
Type

Type

jar

Download webservices-api-src 2.0-b25


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