Download openpojo-0.6.2.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.6.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

openpojo-0.6.2-javadoc.jar
openpojo-0.6.2-sources.jar
openpojo-0.6.2.jar
openpojo-0.6.2.pom



Related Tutorials