is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws 1.5.9

Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.

GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws
Version

Version

1.5.9
Type

Type

jar

Download spring-ws 1.5.9


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