is not current version
Last Version 1.12.4

io.mockk:mockk-dsl 1.7

Common(JS and Java) MockK DSL providing API for MockK implementation

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-dsl
Version

Version

1.7
Type

Type

jar

Download mockk-dsl 1.7


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