Download mockspresso-core-0.0.6.jar file - Jar m

Jar examples for m:mockspresso-core

Description

An extensible auto-mocker for java, designed to simplify your unit tests.

You can download jar file mockspresso-core 0.0.6 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add mockspresso-core-0.0.6.jar to your project.

<dependency>
   <groupId>com.episode6.hackit.mockspresso</groupId>
   <artifactId>mockspresso-core</artifactId>
   <version>0.0.6</version>
</dependency>
compile group: 'com.episode6.hackit.mockspresso', name: 'mockspresso-core', version: '0.0.6'
libraryDependencies += "com.episode6.hackit.mockspresso" % "mockspresso-core" % "0.0.6"
<dependency org="com.episode6.hackit.mockspresso" name="mockspresso-core" rev="0.0.6"/>
@Grapes(@Grab(group='com.episode6.hackit.mockspresso', module='mockspresso-core', version='0.0.6'))
'com.episode6.hackit.mockspresso:mockspresso-core:jar:0.0.6'

Download

Click the following link to download the jar file.

mockspresso-core-0.0.6-javadoc.jar
mockspresso-core-0.0.6-sources.jar
mockspresso-core-0.0.6.jar
mockspresso-core-0.0.6.pom



Related Tutorials