is not current version
Last Version 1.12.4

io.mockk:mockk-agent-jvm 1.8.8.kotlin13

MockK inline mocking agent

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-agent-jvm
Version

Version

1.8.8.kotlin13
Type

Type

jar

Download mockk-agent-jvm 1.8.8.kotlin13


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