Maven Repository - POM file for Development objenesis 1.1 1.1

Summary

Objenesis.

A library for instantiating Java objects.

Declaration

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

<dependency>
   <groupId>org.objenesis</groupId>
   <artifactId>objenesis</artifactId>
   <version>1.1</version>
</dependency>

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

Depended by

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

CategoryArtifactDepended By Count
Libraryvraptor 3.4.0
Java web MVC framework for fast and maintainable development
11
Testing Mockeasymockclassextension 2.3
The EasyMock Class Extension allows to generate Mock Objects for classes
78
JUnitequalsverifier 1.3.1
EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.
31
Testing Mockeasymockclassextension 2.4
The EasyMock Class Extension allows to generate Mock Objects for classes
60
JUnitequalsverifier 1.4.1
EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.
18
Libraryvraptor 3.4.1
Java web MVC framework for fast and maintainable development
12




Packages

The following packages are defined in the objenesis-1.1.jar

org.objenesis
org.objenesis.instantiator
org.objenesis.instantiator.basic
org.objenesis.instantiator.gcj
org.objenesis.instantiator.jrockit
org.objenesis.instantiator.perc
org.objenesis.instantiator.sun
org.objenesis.strategy

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.objenesis</groupId>
    <artifactId>objenesis-parent</artifactId>
    <version>1.1</version>
  </parent>
  <artifactId>objenesis</artifactId>
  <name>Objenesis</name>
  <description>A library for instantiating Java objects</description>
  <url>http://objenesis.googlecode.com/svn/docs/index.html</url>

  <dependencies />

</project>