License |
License |
---|---|
GroupId | GroupIdorg.opensaml |
ArtifactId | ArtifactIdopenws |
Last Version | Last Version1.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenWS
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openws-1.5.4.pom | |
openws-1.5.4.jar | 552 KB |
openws-1.5.4-sources.jar | 689 KB |
openws-1.5.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensaml/openws/ -->
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>openws</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensaml/openws/
implementation 'org.opensaml:openws:1.5.4'
// https://jarcasting.com/artifacts/org.opensaml/openws/
implementation ("org.opensaml:openws:1.5.4")
'org.opensaml:openws:jar:1.5.4'
<dependency org="org.opensaml" name="openws" rev="1.5.4">
<artifact name="openws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='openws', version='1.5.4')
)
libraryDependencies += "org.opensaml" % "openws" % "1.5.4"
[org.opensaml/openws "1.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.opensaml : xmltooling | jar | 1.4.4 |
commons-codec : commons-codec | jar | 1.7 |
commons-httpclient : commons-httpclient | jar | 3.1 |
joda-time : joda-time | jar | 2.2 |
org.apache.santuario : xmlsec | jar | 1.5.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
ch.qos.logback : logback-classic | jar | 1.0.11 |
org.springframework : spring-core | jar | 2.5.6.SEC03 |
org.springframework : spring-test | jar | 2.5.6.SEC03 |