is not current version
Last Version 7.5.2

io.github.azagniotov:stubby4j 7.0.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

GroupId

GroupId

io.github.azagniotov
ArtifactId

ArtifactId

stubby4j
Version

Version

7.0.0
Type

Type

jar

Download stubby4j 7.0.0


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