is not current version
Last Version 1.7.17

io.mockk:mockk-agent 1.0

MockK agent to remove finals

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-agent
Version

Version

1.0
Type

Type

jar

Download mockk-agent 1.0


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