Jar examples for m:mockk
mocking library for Kotlin
You can download jar file mockk 1.8.5 in this page.
Apache License, Version 2.0
You can use the following script to add mockk-1.8.5.jar to your project.
<dependency> <groupId>io.mockk</groupId> <artifactId>mockk</artifactId> <version>1.8.5</version> </dependency>
compile group: 'io.mockk', name: 'mockk', version: '1.8.5'
libraryDependencies += "io.mockk" % "mockk" % "1.8.5"
<dependency org="io.mockk" name="mockk" rev="1.8.5"/>
@Grapes(@Grab(group='io.mockk', module='mockk', version='1.8.5'))
'io.mockk:mockk:jar:1.8.5'
Click the following link to download the jar file.
mockk-1.8.5-javadoc.jar