is not current version
Last Version 1.5.4

org.opensaml:openws 1.4.2-1

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.

GroupId

GroupId

org.opensaml
ArtifactId

ArtifactId

openws
Version

Version

1.4.2-1
Type

Type

jar

Download openws 1.4.2-1


<!-- https://jarcasting.com/artifacts/org.opensaml/openws/ -->
<dependency>
    <groupId>org.opensaml</groupId>
    <artifactId>openws</artifactId>
    <version>1.4.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensaml/openws/
implementation 'org.opensaml:openws:1.4.2-1'
// https://jarcasting.com/artifacts/org.opensaml/openws/
implementation ("org.opensaml:openws:1.4.2-1")
'org.opensaml:openws:jar:1.4.2-1'
<dependency org="org.opensaml" name="openws" rev="1.4.2-1">
  <artifact name="openws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='openws', version='1.4.2-1')
)
libraryDependencies += "org.opensaml" % "openws" % "1.4.2-1"
[org.opensaml/openws "1.4.2-1"]