is not current version
Last Version 3.1.3

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

Spring-WS WS-Security implementation

Categories

Categories

Security
GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-security
Version

Version

2.1.1.RELEASE
Type

Type

jar

Download spring-ws-security 2.1.1.RELEASE


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