is not current version
Last Version 0.0.4

io.github.zenwave360:apimock 0.0.3

ApiMock: Test Doubles for REST APIs with KarateDSL and OpenAPI

GroupId

GroupId

io.github.zenwave360
ArtifactId

ArtifactId

apimock
Version

Version

0.0.3
Type

Type

jar

Download apimock 0.0.3


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