Maven Repository - POM file for Testing Mock jmock-cglib 1.2.0 1.2.0

Summary

jMock CGLIB extension.

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

Declaration

Here is the list of declaration for jmock-cglib. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jmock</groupId>
   <artifactId>jmock-cglib</artifactId>
   <version>1.2.0</version>
</dependency>

If you think this Maven repository POM file listing for jmock-cglib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:BSD
URL: http://www.jmock.org/license.html.

Depends on

The jmock-cglib-1.2.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Testing Mockjmock 1.2.0
jMock is a library for testing Java code using mock objects
121

Depended by

The following table lists the most popular artifacts which are depending on jmock-cglib-1.2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Groovygroovy-all 1.6.5
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 1.7.5
Groovy: A powerful, dynamic language for the JVM
27
Groovygroovy-all 1.7.4
Groovy: A powerful, dynamic language for the JVM
6
Groovygroovy-all 1.7.8
Groovy: A powerful, dynamic language for the JVM
11
Groovygroovy-all 1.8.5
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy-all 1.6.2
Groovy: A powerful, dynamic language for the JVM
65
JSFmyfaces-api 1.2.8
The public API classes of the Apache MyFaces CORE JSF-1.2 project
42
Groovygroovy 1.7.0
Groovy: A powerful, dynamic language for the JVM
8
Groovygroovy-all 1.5.4
Groovy: A powerful, dynamic language for the JVM
6
Groovygroovy-all 1.7.10
Groovy: A powerful, dynamic language for the JVM
9
Groovygroovy 1.8.9
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy-all 1.6.0
Groovy: A powerful, dynamic language for the JVM
92
Groovygroovy 1.7.3
Groovy: A powerful, dynamic language for the JVM
7
Groovygroovy 1.1-rc-2
Groovy: A powerful, dynamic language for the JVM
30
Groovygroovy-all 2.0.0-beta-2
Groovy: A powerful, dynamic language for the JVM
8
Groovygroovy 1.7.9
Groovy: A powerful, dynamic language for the JVM
33
Groovygroovy 1.5.7
Groovy: A powerful, dynamic language for the JVM
24
Groovygroovy 1.6.0
Groovy: A powerful, dynamic language for the JVM
10
Groovygroovy 1.7.10
Groovy: A powerful, dynamic language for the JVM
5
Groovygroovy 1.8.8
Groovy: A powerful, dynamic language for the JVM
5
Testingjavalib-core 1.2
Base for implementing Java test libraries for Robot Framework
14
Groovygroovy 1.7.8
Groovy: A powerful, dynamic language for the JVM
40
Groovygroovy-all 1.8.9
Groovy: A powerful, dynamic language for the JVM
35
Groovygroovy-all 1.8.8
Groovy: A powerful, dynamic language for the JVM
11
JSFmyfaces-api 1.2.9
The public API classes of the Apache MyFaces CORE JSF-1.2 project
18
Groovygroovy-all 1.8.6
Groovy: A powerful, dynamic language for the JVM
61
Groovygroovy-all 1.7.0
Groovy: A powerful, dynamic language for the JVM
17
Groovygroovy 1.5.6
Groovy: A powerful, dynamic language for the JVM
7
Groovygroovy 1.6.2
Groovy: A powerful, dynamic language for the JVM
21
Groovygroovy-all 2.0.0-beta-1
Groovy: A powerful, dynamic language for the JVM
5




Packages

The following packages are defined in the jmock-cglib-1.2.0.jar

org.jmock.cglib

POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jmock</groupId>
    <artifactId>jmock-cglib</artifactId>
    <version>1.2.0</version>
    <packaging>jar</packaging>
    <name>jMock CGLIB extension</name>
    <url>http://www.jmock.org/</url>
    <description>jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.</description>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://www.jmock.org/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://cvs.jmock.codehaus.org/browse/jmock/jmock</url>
    </scm>
    <organization>
        <name>jMock.org</name>
        <url>http://www.jmock.org/</url>
    </organization>
    <dependencies>
      <dependency>
      <groupId>jmock</groupId>
      <artifactId>jmock</artifactId>
      <version>1.2.0</version>
    </dependency>
      <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1_3</version>
    </dependency>
  </dependencies>
</project>