License |
License |
---|---|
GroupId | GroupIdby.stub |
ArtifactId | ArtifactIdstubby4j |
Version | Version3.3.0 |
Type | Typejar |
Description |
Descriptionstubby4j
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stubby4j-3.3.0.pom | |
stubby4j-3.3.0.jar | 1 MB |
stubby4j-3.3.0-sources.jar | 187 KB |
stubby4j-3.3.0-no-dependencies.jar | 223 KB |
stubby4j-3.3.0-javadoc.jar | 291 KB |
Browse |
<!-- 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"]
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 |
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 |