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