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

Spring WS Support

Spring WS Support Maven Dependency

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

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

Spring WS Support Gradle Dependency

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

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

Download JAR File

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

Check for Latest Release

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

Reference

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

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