is not current version
Last Version 7.5.2

io.github.azagniotov:stubby4j 7.3.2

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.

GroupId

GroupId

io.github.azagniotov
ArtifactId

ArtifactId

stubby4j
Version

Version

7.3.2
Type

Type

jar

Download stubby4j 7.3.2


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