Objenesis.
A library for instantiating Java objects.
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.2</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.
Apache License.
The following table lists the most popular artifacts which are depending on objenesis-1.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | restli-client 1.15.2 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-server 1.15.12 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 9 |
Testing Mock | easymock 3.1 EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly | 230 |
Web Service | restli-server 1.10.6 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 6 |
Library | lambdaj 2.3.1 The pseudo-functional collection manipulation library | 22 |
Library | lambdaj 2.3.3 The pseudo-functional collection manipulation library | 19 |
Web Service | restli-server 1.9.3 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 6 |
Web Service | restli-client 1.9.1 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 5 |
JUnit | spock-core 0.7-groovy-1.8 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 107 |
Web Service | restli-server 1.9.18 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 6 |
Web Service | restli-client 1.20.0 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-client 1.13.4 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 5 |
Web Service | restli-server 1.9.40 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 5 |
Asynchronous | awaitility 1.3.4 A Java DSL for synchronizing asynchronous operations | 10 |
Testing Mock | easymockclassextension 2.5.2 The EasyMock Class Extension allows to generate Mock Objects for classes | 12 |
Testing Mock | easymock 3.0 EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly | 132 |
JUnit | spock-core 0.6-groovy-1.8 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 8 |
JUnit | spock-core 0.7-groovy-2.0 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 151 |
Web Service | restli-server 1.15.7 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Cache | cloning 1.9.0 The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectivelly, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cac... | 17 |
Web Service | restli-client 1.15.4 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Asynchronous | awaitility 1.3.3 A Java DSL for synchronizing asynchronous operations | 22 |
Web Service | restli-server 1.15.9 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-server 1.9.5 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 6 |
Web Service | restli-server 1.9.23 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 5 |
The following plugins are used in the objenesis-1.2.jar
The following packages are defined in the objenesis-1.2.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
Here is the content of the POM file.
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Copyright 2006-2009 Henri Tremblay Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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.2</version> <relativePath>..</relativePath> </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 /> <build> <plugins> <plugin> <groupId>com.keyboardsamurais.maven</groupId> <artifactId>maven-timestamp-plugin</artifactId> </plugin> <plugin> <groupId>com.google.code.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Export-Package>org.objenesis.*</Export-Package> <Import-Package>org.objenesis.*</Import-Package> </instructions> </configuration> </plugin> </plugins> </build> <profiles> <profile> <!-- Activate to create the release bundle --> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>assembly.xml</descriptor> </descriptors> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>