Download jmock-cglib-1.2.0.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.2.0 in this page.

License

BSD

Build File

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'

Download

Click the following link to download the jar file.

jmock-cglib-1.2.0-javadoc.jar
jmock-cglib-1.2.0-sources.jar
jmock-cglib-1.2.0.jar
jmock-cglib-1.2.0.pom



Related Tutorials