Last Version

stubby4j 3.3.0

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

License

License

GroupId

GroupId

by.stub
ArtifactId

ArtifactId

stubby4j
Version

Version

3.3.0
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/azagniotov/stubby4j
Source Code Management

Source Code Management

https://github.com/azagniotov/stubby4j

Download stubby4j 3.3.0


<!-- https://jarcasting.com/artifacts/by.stub/stubby4j/ -->
<dependency>
    <groupId>by.stub</groupId>
    <artifactId>stubby4j</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/by.stub/stubby4j/
implementation 'by.stub:stubby4j:3.3.0'
// https://jarcasting.com/artifacts/by.stub/stubby4j/
implementation ("by.stub:stubby4j:3.3.0")
'by.stub:stubby4j:jar:3.3.0'
<dependency org="by.stub" name="stubby4j" rev="3.3.0">
  <artifact name="stubby4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='by.stub', module='stubby4j', version='3.3.0')
)
libraryDependencies += "by.stub" % "stubby4j" % "3.3.0"
[by.stub/stubby4j "3.3.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.skyscreamer : jsonassert jar 1.2.3
org.eclipse.jetty : jetty-server jar 9.2.10.v20150310
commons-cli : commons-cli jar 1.2
xmlunit : xmlunit jar 1.6
org.yaml : snakeyaml jar 1.15
org.eclipse.jetty : jetty-servlets jar 9.2.10.v20150310

test (5)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.easytesting : fest-assert-core jar 2.0M10
com.google.http-client : google-http-client jar 1.19.0

Project Modules

There are no modules declared in this project.