Download mockk-dsl-1.8.4.jar file - Jar m

Jar examples for m:mockk-dsl

Description

Common(JS and Java) MockK DSL providing API for MockK implementation

You can download jar file mockk-dsl 1.8.4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add mockk-dsl-1.8.4.jar to your project.

<dependency>
   <groupId>io.mockk</groupId>
   <artifactId>mockk-dsl</artifactId>
   <version>1.8.4</version>
</dependency>
compile group: 'io.mockk', name: 'mockk-dsl', version: '1.8.4'
libraryDependencies += "io.mockk" % "mockk-dsl" % "1.8.4"
<dependency org="io.mockk" name="mockk-dsl" rev="1.8.4"/>
@Grapes(@Grab(group='io.mockk', module='mockk-dsl', version='1.8.4'))
'io.mockk:mockk-dsl:jar:1.8.4'

Download

Click the following link to download the jar file.

mockk-dsl-1.8.4-javadoc.jar
mockk-dsl-1.8.4-sources.jar
mockk-dsl-1.8.4.jar
mockk-dsl-1.8.4.pom



Related Tutorials