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

Spring WS Test

Spring WS Test Maven Dependency

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

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

Spring WS Test Gradle Dependency

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

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

Download JAR File

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

Check for Latest Release

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

Reference

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

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