Jar examples for m:mockk-dsl
Common(JS and Java) MockK DSL providing API for MockK implementation
You can download jar file mockk-dsl 1.8.2 in this page.
Apache License, Version 2.0
You can use the following script to add mockk-dsl-1.8.2.jar to your project.
<dependency> <groupId>io.mockk</groupId> <artifactId>mockk-dsl</artifactId> <version>1.8.2</version> </dependency>
compile group: 'io.mockk', name: 'mockk-dsl', version: '1.8.2'
libraryDependencies += "io.mockk" % "mockk-dsl" % "1.8.2"
<dependency org="io.mockk" name="mockk-dsl" rev="1.8.2"/>
@Grapes(@Grab(group='io.mockk', module='mockk-dsl', version='1.8.2'))
'io.mockk:mockk-dsl:jar:1.8.2'
Click the following link to download the jar file.
mockk-dsl-1.8.2-javadoc.jar