<dependency> <groupId>io.mockk</groupId> <artifactId>mockk-dsl</artifactId> <version>1.8.10</version> </dependency>
implementation 'io.mockk:mockk-dsl:1.8.10'
implementation("io.mockk:mockk-dsl:1.8.10")
libraryDependencies += "io.mockk" % "mockk-dsl" % "1.8.10"
@Grapes( @Grab(group='io.mockk', module='mockk-dsl', version='1.8.10') )
<dependency org="io.mockk" name="mockk-dsl" rev="1.8.10" />
[io.mockk/mockk-dsl "1.8.10"]
'io.mockk:mockk-dsl:jar:1.8.10'
test
|-- org.jetbrains.kotlin:kotlin-test-common:1.2.71
|-- org.jetbrains.kotlin:kotlin-test-annotations-common:1.2.71