is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws 2.4.4.RELEASE

Spring-based Web Services support

GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws
Version

Version

2.4.4.RELEASE
Type

Type

pom

Download spring-ws 2.4.4.RELEASE


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