Jar examples for j:jmock-cglib
jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.
You can download jar file jmock-cglib 1.2.0 in this page.
BSD
You can use the following script to add jmock-cglib-1.2.0.jar to your project.
<dependency> <groupId>jmock</groupId> <artifactId>jmock-cglib</artifactId> <version>1.2.0</version> </dependency>
compile group: 'jmock', name: 'jmock-cglib', version: '1.2.0'
libraryDependencies += "jmock" % "jmock-cglib" % "1.2.0"
<dependency org="jmock" name="jmock-cglib" rev="1.2.0"/>
@Grapes(@Grab(group='jmock', module='jmock-cglib', version='1.2.0'))
'jmock:jmock-cglib:jar:1.2.0'
Click the following link to download the jar file.
jmock-cglib-1.2.0-javadoc.jar