Download jmock-1.0.0.jar file - Jar j

Jar examples for j:jmock

Description

jMock is a library for testing Java code using mock objects

You can download jar file jmock 1.0.0 in this page.

License

BSD

Build File

You can use the following script to add jmock-1.0.0.jar to your project.

<dependency>
   <groupId>jmock</groupId>
   <artifactId>jmock</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'jmock', name: 'jmock', version: '1.0.0'
libraryDependencies += "jmock" % "jmock" % "1.0.0"
<dependency org="jmock" name="jmock" rev="1.0.0"/>
@Grapes(@Grab(group='jmock', module='jmock', version='1.0.0'))
'jmock:jmock:jar:1.0.0'

Download

Click the following link to download the jar file.

jmock-1.0.0-javadoc.javadoc.jar
jmock-1.0.0.jar
jmock-1.0.0.pom



Related Tutorials