Maven Repository - POM file for Development objenesis 1.0 1.0

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.0</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.

License

Name:MIT License
URL: http://objenesis.googlecode.com/svn/docs/license.html.

Depended by

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

CategoryArtifactDepended By Count
Androidrobolectric 1.1
An alternative Android testing framework.
6
Libraryspecs_2.9.0 1.6.8
specs is a Behaviour-Driven-Design framework
18
Androidrobolectric 1.0-RC1
An alternative Android testing framework.
6
Libraryspecs 1.6.1-2.8.0.Beta1-RC6
specs is a Behaviour-Driven-Design framework
14
Libraryspecs_2.8.0 1.6.5
specs is a Behaviour-Driven-Design framework
12
Androidrobolectric 1.2
An alternative Android testing framework.
14
Testing Mockmockito-core 1.8.2
Mock objects library for java
23
Testing Mockmockito-core 1.9.0
Mock objects library for java
134
Testing Mockmockito-core 1.8.0
Mock objects library for java
6
Libraryspecs_2.8.1 1.6.8
specs is a Behaviour-Driven-Design framework
27
Libraryspecs_2.8.1 1.6.7.2
specs is a Behaviour-Driven-Design framework
13
Testing Mockmockito-core 1.7
Mock objects library for java
18
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
Testing Mockmockito-core 1.9.5
Mock objects library for java
429
Libraryspecs 1.4.3
specs is a Behaviour-Driven-Design framework
15
Testing Mockmockito-core 1.8.1
Mock objects library for java
16
Testing Mockmockito-core 1.8.5
Mock objects library for java
303
Androidrobolectric 1.0
An alternative Android testing framework.
7
Testing Mockmockito-core 1.5
Mock objects library for java
14
Libraryspecs 1.6.0
specs is a Behaviour-Driven-Design framework
13
Libraryspecs_2.9.0-1 1.6.8
specs is a Behaviour-Driven-Design framework
36
Libraryspecs_2.8.1 1.6.7
specs is a Behaviour-Driven-Design framework
31
JEEcommon-jackson 1.7
Jackson dependencies and helper utilities
15




Packages

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

org.objenesis
org.objenesis.instantiator
org.objenesis.instantiator.basic
org.objenesis.instantiator.gcj
org.objenesis.instantiator.jrockit
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>
  <groupId>org.objenesis</groupId>
  <artifactId>objenesis</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
  <name>Objenesis</name>
  <description>A library for instantiating Java objects</description>
  <url>http://objenesis.googlecode.com/svn/docs/index.html</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://objenesis.googlecode.com/svn/docs/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://objenesis.googlecode.com/svn/tags/1_0</url>
  </scm>
  <dependencies/>
</project>