jMock CGLIB extension

jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.

License

License

BSD
Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

jmock
ArtifactId

ArtifactId

jmock-cglib
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jMock CGLIB extension
jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.
Project URL

Project URL

http://www.jmock.org/
Project Organization

Project Organization

jMock.org

Download jmock-cglib

How to add to project

<!-- https://jarcasting.com/artifacts/jmock/jmock-cglib/ -->
<dependency>
    <groupId>jmock</groupId>
    <artifactId>jmock-cglib</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jmock/jmock-cglib/
implementation 'jmock:jmock-cglib:1.2.0'
// https://jarcasting.com/artifacts/jmock/jmock-cglib/
implementation ("jmock:jmock-cglib:1.2.0")
'jmock:jmock-cglib:jar:1.2.0'
<dependency org="jmock" name="jmock-cglib" rev="1.2.0">
  <artifact name="jmock-cglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='jmock', module='jmock-cglib', version='1.2.0')
)
libraryDependencies += "jmock" % "jmock-cglib" % "1.2.0"
[jmock/jmock-cglib "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
jmock : jmock jar 1.2.0
cglib : cglib-nodep jar 2.1_3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0.RC1