is not current version
Last Version 0.0.4

io.github.zenwave360:apimock 0.0.1

ApiMock: Test Doubles for REST APIs with KarateDSL and OpenAPI

GroupId

GroupId

io.github.zenwave360
ArtifactId

ArtifactId

apimock
Version

Version

0.0.1
Type

Type

jar

Download apimock 0.0.1


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