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