Download spring-ws-test-0.19.jar file - Jar s

Jar examples for s:spring-ws-test

Description

Spring WS Test is a tool to simplify Spring WS client functional testing.

You can download jar file spring-ws-test 0.19 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-ws-test-0.19.jar to your project.

<dependency>
   <groupId>net.javacrumbs</groupId>
   <artifactId>spring-ws-test</artifactId>
   <version>0.19</version>
</dependency>
compile group: 'net.javacrumbs', name: 'spring-ws-test', version: '0.19'
libraryDependencies += "net.javacrumbs" % "spring-ws-test" % "0.19"
<dependency org="net.javacrumbs" name="spring-ws-test" rev="0.19"/>
@Grapes(@Grab(group='net.javacrumbs', module='spring-ws-test', version='0.19'))
'net.javacrumbs:spring-ws-test:jar:0.19'

Download

Click the following link to download the jar file.

spring-ws-test-0.19-javadoc.jar
spring-ws-test-0.19-sources.jar
spring-ws-test-0.19.jar
spring-ws-test-0.19.pom



Related Tutorials