License |
License |
---|---|
GroupId | GroupIdio.github.azagniotov |
ArtifactId | ArtifactIdstubby4j |
Last Version | Last Version7.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstubby4j
A highly flexible and configurable tool for testing interactions of service-oriented (SoA) or/and micro-services architectures (REST, SOAP, WSDL etc.) over HTTP(s) protocol. It is an HTTP server for stubbing external systems in both Docker and non-containerized environments for integration, contract & behavior testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stubby4j-7.5.2.pom | |
stubby4j-7.5.2.jar | 2 MB |
stubby4j-7.5.2-sources.jar | 175 KB |
stubby4j-7.5.2-no-jetty.jar | 803 KB |
stubby4j-7.5.2-no-dependencies.jar | 237 KB |
stubby4j-7.5.2-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/ -->
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>stubby4j</artifactId>
<version>7.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation 'io.github.azagniotov:stubby4j:7.5.2'
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation ("io.github.azagniotov:stubby4j:7.5.2")
'io.github.azagniotov:stubby4j:jar:7.5.2'
<dependency org="io.github.azagniotov" name="stubby4j" rev="7.5.2">
<artifact name="stubby4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='stubby4j', version='7.5.2')
)
libraryDependencies += "io.github.azagniotov" % "stubby4j" % "7.5.2"
[io.github.azagniotov/stubby4j "7.5.2"]