Download openpojo-0.7.3.jar file - Jar o

Jar examples for o:openpojo

Description

This project was born out of a need to validate all POJOs (Plain Old Java Object) are behaving correctly. This project has two main aspects to it: * Make Testing as easy as possible. * Simplifying identity management (hashCode / equals) using annotation.

You can download jar file openpojo 0.7.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add openpojo-0.7.3.jar to your project.

<dependency>
   <groupId>com.googlecode.openpojo</groupId>
   <artifactId>openpojo</artifactId>
   <version>0.7.3</version>
</dependency>
compile group: 'com.googlecode.openpojo', name: 'openpojo', version: '0.7.3'
libraryDependencies += "com.googlecode.openpojo" % "openpojo" % "0.7.3"
<dependency org="com.googlecode.openpojo" name="openpojo" rev="0.7.3"/>
@Grapes(@Grab(group='com.googlecode.openpojo', module='openpojo', version='0.7.3'))
'com.googlecode.openpojo:openpojo:jar:0.7.3'

Download

Click the following link to download the jar file.

openpojo-0.7.3-javadoc.jar
openpojo-0.7.3-sources.jar
openpojo-0.7.3.jar
openpojo-0.7.3.pom



Related Tutorials