Jar examples for o:openpojo
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.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add openpojo-0.8.0.jar to your project.
<dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> <version>0.8.0</version> </dependency>
compile group: 'com.openpojo', name: 'openpojo', version: '0.8.0'
libraryDependencies += "com.openpojo" % "openpojo" % "0.8.0"
<dependency org="com.openpojo" name="openpojo" rev="0.8.0"/>
@Grapes(@Grab(group='com.openpojo', module='openpojo', version='0.8.0'))
'com.openpojo:openpojo:jar:0.8.0'
Click the following link to download the jar file.
openpojo-0.8.0-javadoc.jar