Download openws-1.5.0.jar file - Jar o

Jar examples for o:openws

Description

The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients.

You can download jar file openws 1.5.0 in this page.

Build File

You can use the following script to add openws-1.5.0.jar to your project.

<dependency>
   <groupId>io.apigee.opensaml</groupId>
   <artifactId>openws</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'io.apigee.opensaml', name: 'openws', version: '1.5.0'
libraryDependencies += "io.apigee.opensaml" % "openws" % "1.5.0"
<dependency org="io.apigee.opensaml" name="openws" rev="1.5.0"/>
@Grapes(@Grab(group='io.apigee.opensaml', module='openws', version='1.5.0'))
'io.apigee.opensaml:openws:jar:1.5.0'

Download

Click the following link to download the jar file.

openws-1.5.0-javadoc.jar
openws-1.5.0-sources.jar
openws-1.5.0.jar
openws-1.5.0.pom



Related Tutorials