Download openpojo-0.8.10.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.10 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

openpojo-0.8.10-javadoc.jar
openpojo-0.8.10-sources.jar
openpojo-0.8.10.jar
openpojo-0.8.10.pom



Related Tutorials