w

webservices-api

This module contains the compilation of all public Metro APIs.
Files download
File Operation
webservices-api-2.1-b16.jar download
webservices-api-2.1-b16.pom download
Apache Maven
<dependency>
  <groupId>javax.xml</groupId>
  <artifactId>webservices-api</artifactId>
  <version>2.1-b16</version>
</dependency>
Gradle Groovy
implementation 'javax.xml:webservices-api:2.1-b16'
Gradle Kotlin
implementation("javax.xml:webservices-api:2.1-b16")
Scala SBT
libraryDependencies += "javax.xml" % "webservices-api" % "2.1-b16"
Groovy Grape
@Grapes(
  @Grab(group='javax.xml', module='webservices-api', version='2.1-b16')
)
Apache Ivy
<dependency org="javax.xml" name="webservices-api" rev="2.1-b16" />
Leiningen
[javax.xml/webservices-api "2.1-b16"]
Apache Buildr
'javax.xml:webservices-api:jar:2.1-b16'