is not current version
Last Version 1.7.17

io.mockk:mockk-agent 1.7.11

MockK agent to remove finals

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-agent
Version

Version

1.7.11
Type

Type

jar

Download mockk-agent 1.7.11


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