License |
License
CDDL+GPL License
|
---|---|
GroupId | GroupIdjavax.xml |
ArtifactId | ArtifactIdwebservices-api |
Last Version | Last Version2.1-b16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetro Web Services API non-OSGi Bundle
This module contains the compilation of all public Metro APIs.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webservices-api-2.1-b16.pom | |
webservices-api-2.1-b16.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.xml/webservices-api/ -->
<dependency>
<groupId>javax.xml</groupId>
<artifactId>webservices-api</artifactId>
<version>2.1-b16</version>
</dependency>
// https://jarcasting.com/artifacts/javax.xml/webservices-api/
implementation 'javax.xml:webservices-api:2.1-b16'
// https://jarcasting.com/artifacts/javax.xml/webservices-api/
implementation ("javax.xml:webservices-api:2.1-b16")
'javax.xml:webservices-api:jar:2.1-b16'
<dependency org="javax.xml" name="webservices-api" rev="2.1-b16">
<artifact name="webservices-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.xml', module='webservices-api', version='2.1-b16')
)
libraryDependencies += "javax.xml" % "webservices-api" % "2.1-b16"
[javax.xml/webservices-api "2.1-b16"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.stream : stax-api | jar | 1.0-2 |
javax.annotation : jsr250-api | jar | 1.0 |