Files download
File Operation
mockk-agent-jvm-1.13.10.jar download
mockk-agent-jvm-1.13.10.pom download
mockk-agent-jvm-1.13.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mockk</groupId>
  <artifactId>mockk-agent-jvm</artifactId>
  <version>1.13.10</version>
</dependency>
Gradle Groovy
implementation 'io.mockk:mockk-agent-jvm:1.13.10'
Gradle Kotlin
implementation("io.mockk:mockk-agent-jvm:1.13.10")
Scala SBT
libraryDependencies += "io.mockk" % "mockk-agent-jvm" % "1.13.10"
Groovy Grape
@Grapes(
  @Grab(group='io.mockk', module='mockk-agent-jvm', version='1.13.10')
)
Apache Ivy
<dependency org="io.mockk" name="mockk-agent-jvm" rev="1.13.10" />
Leiningen
[io.mockk/mockk-agent-jvm "1.13.10"]
Apache Buildr
'io.mockk:mockk-agent-jvm:jar:1.13.10'