Download webservices-api-2.2.1-1.jar file - Jar w

Jar examples for w:webservices-api

Description

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.

You can download jar file webservices-api 2.2.1-1 in this page.

License

Open Source License

Build File

You can use the following script to add webservices-api-2.2.1-1.jar to your project.

<dependency>
   <groupId>org.glassfish.metro</groupId>
   <artifactId>webservices-api</artifactId>
   <version>2.2.1-1</version>
</dependency>
compile group: 'org.glassfish.metro', name: 'webservices-api', version: '2.2.1-1'
libraryDependencies += "org.glassfish.metro" % "webservices-api" % "2.2.1-1"
<dependency org="org.glassfish.metro" name="webservices-api" rev="2.2.1-1"/>
@Grapes(@Grab(group='org.glassfish.metro', module='webservices-api', version='2.2.1-1'))
'org.glassfish.metro:webservices-api:jar:2.2.1-1'

Download

Click the following link to download the jar file.

webservices-api-2.2.1-1-javadoc.jar
webservices-api-2.2.1-1-sources.jar
webservices-api-2.2.1-1.jar
webservices-api-2.2.1-1.pom



Related Tutorials