Jar examples for e:easymock
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism
You can download jar file easymock 1.1 in this page.
MIT License
You can use the following script to add easymock-1.1.jar to your project.
<dependency> <groupId>easymock</groupId> <artifactId>easymock</artifactId> <version>1.1</version> </dependency>
compile group: 'easymock', name: 'easymock', version: '1.1'
libraryDependencies += "easymock" % "easymock" % "1.1"
<dependency org="easymock" name="easymock" rev="1.1"/>
@Grapes(@Grab(group='easymock', module='easymock', version='1.1'))
'easymock:easymock:jar:1.1'
Click the following link to download the jar file.
easymock-1.1-sources.jar