is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws-security 3.0.8.RELEASE

Spring WS Security

Categories

Categories

Security
GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-security
Version

Version

3.0.8.RELEASE
Type

Type

jar

Download spring-ws-security 3.0.8.RELEASE


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