Download jmock-cglib-1.0.1.jar file - Jar j

Jar examples for j:jmock-cglib

Description

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.0.1 in this page.

License

BSD

Build File

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

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

Download

Click the following link to download the jar file.

jmock-cglib-1.0.1.jar
jmock-cglib-1.0.1.pom



Related Tutorials