is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws-core 2.3.1.RELEASE

Spring WS Core

GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-core
Version

Version

2.3.1.RELEASE
Type

Type

jar

Download spring-ws-core 2.3.1.RELEASE


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