Spring WS Security Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring WS Security

Spring WS Security Maven Dependency

Copy below Spring WS Security maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-security -->
<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-security</artifactId>
    <version>3.0.8.RELEASE</version>
</dependency>

Spring WS Security Gradle Dependency

Copy below Spring WS Security gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-security
compile group: 'org.springframework.ws', name: 'spring-ws-security', version: '3.0.8.RELEASE'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/ws/spring-ws-security/3.0.8.RELEASE/spring-ws-security-3.0.8.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-security

Reference

https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-security

⚠️ **GitHub.com Fallback** ⚠️