is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws-security 1.0.3

Spring-WS WS-Security implementation

Categories

Categories

Security
GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-security
Version

Version

1.0.3
Type

Type

jar

Download spring-ws-security 1.0.3


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