is not current version
Last Version 3.1.3

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

Spring-WS WS-Security implementation

Categories

Categories

Security
GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-security
Version

Version

1.0.4
Type

Type

jar

Download spring-ws-security 1.0.4


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