is not current version
Last Version 1.12.4

io.mockk:mockk-dsl 1.8.13

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

GroupId

GroupId

io.mockk
ArtifactId

ArtifactId

mockk-dsl
Version

Version

1.8.13
Type

Type

jar

Download mockk-dsl 1.8.13


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