Download webservices-extra-2.3.1.jar file - Jar w

Jar examples for w:webservices-extra

Description

This module contains the compilation of all additional classes required for running Metro outside JavaEE container

You can download jar file webservices-extra 2.3.1 in this page.

Build File

You can use the following script to add webservices-extra-2.3.1.jar to your project.

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

Download

Click the following link to download the jar file.

webservices-extra-2.3.1-javadoc.jar
webservices-extra-2.3.1-sources.jar
webservices-extra-2.3.1.jar
webservices-extra-2.3.1.pom



Related Tutorials