w

webservices-api

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 contains the public APIs. It does not serve any purpose on its own and you should instead depend on the parent module com.sun.xml.ws.webservices.
Files download
File Operation
webservices-api-2.1-b12.jar download
webservices-api-2.1-b12.pom download
Apache Maven
<dependency>
  <groupId>javax.xml</groupId>
  <artifactId>webservices-api</artifactId>
  <version>2.1-b12</version>
</dependency>
Gradle Groovy
implementation 'javax.xml:webservices-api:2.1-b12'
Gradle Kotlin
implementation("javax.xml:webservices-api:2.1-b12")
Scala SBT
libraryDependencies += "javax.xml" % "webservices-api" % "2.1-b12"
Groovy Grape
@Grapes(
  @Grab(group='javax.xml', module='webservices-api', version='2.1-b12')
)
Apache Ivy
<dependency org="javax.xml" name="webservices-api" rev="2.1-b12" />
Leiningen
[javax.xml/webservices-api "2.1-b12"]
Apache Buildr
'javax.xml:webservices-api:jar:2.1-b12'