Download mockspresso-core-0.0.10.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.10 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials