Download mockk-1.7.15.jar file - Jar m

Jar examples for m:mockk

Description

mocking library for Kotlin

You can download jar file mockk 1.7.15 in this page.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

mockk-1.7.15-javadoc.jar
mockk-1.7.15-sources.jar
mockk-1.7.15.jar
mockk-1.7.15.pom



Related Tutorials