<dependency> <groupId>io.mockk</groupId> <artifactId>mockk-core-jvm</artifactId> <version>1.12.8</version> </dependency>
implementation 'io.mockk:mockk-core-jvm:1.12.8'
implementation("io.mockk:mockk-core-jvm:1.12.8")
libraryDependencies += "io.mockk" % "mockk-core-jvm" % "1.12.8"
@Grapes( @Grab(group='io.mockk', module='mockk-core-jvm', version='1.12.8') )
<dependency org="io.mockk" name="mockk-core-jvm" rev="1.12.8" />
[io.mockk/mockk-core-jvm "1.12.8"]
'io.mockk:mockk-core-jvm:jar:1.12.8'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10
runtime
|-- org.jetbrains.kotlin:kotlin-reflect:1.7.10