Download stubby4j-3.3.0.jar file - Jar s

Jar examples for s:stubby4j

Description

A highly flexible & configurable tool for testing interactions of SOA applications with web services (REST, SOAP, WSDL etc.) over HTTP(S) protocol. It is an actual HTTP server (stubby4j uses embedded Jetty) that acts like a real web service, ready for consumption by your code. Allows stubbing of external systems with ease for integration testing

You can download jar file stubby4j 3.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add stubby4j-3.3.0.jar to your project.

<dependency>
   <groupId>by.stub</groupId>
   <artifactId>stubby4j</artifactId>
   <version>3.3.0</version>
</dependency>
compile group: 'by.stub', name: 'stubby4j', version: '3.3.0'
libraryDependencies += "by.stub" % "stubby4j" % "3.3.0"
<dependency org="by.stub" name="stubby4j" rev="3.3.0"/>
@Grapes(@Grab(group='by.stub', module='stubby4j', version='3.3.0'))
'by.stub:stubby4j:jar:3.3.0'

Download

Click the following link to download the jar file.

stubby4j-3.3.0-javadoc.jar
stubby4j-3.3.0-no-dependencies.jar
stubby4j-3.3.0-sources.jar
stubby4j-3.3.0.jar
stubby4j-3.3.0.pom



Related Tutorials