Download openpojo-0.8.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.8.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

openpojo-0.8.3-javadoc.jar
openpojo-0.8.3-sources.jar
openpojo-0.8.3.jar
openpojo-0.8.3.pom



Related Tutorials