Jar examples for s:stubby4j
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
stubby4j-3.3.0-javadoc.jar