Spring WS Core Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring WS Core
Copy below Spring WS Core maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-core -->
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>3.0.8.RELEASE</version>
</dependency>
Copy below Spring WS Core gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-core
compile group: 'org.springframework.ws', name: 'spring-ws-core', version: '3.0.8.RELEASE'
https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-core
https://mvnrepository.com/artifact/org.springframework.ws/spring-ws-core