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