Download mockk-dsl-1.8.5.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.5 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials