License |
License |
---|---|
GroupId | GroupIdcom.googlecode.openpojo |
ArtifactId | ArtifactIdopenpojo |
Last Version | Last Version0.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopenpojo
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
openpojo-0.7.3.pom | |
openpojo-0.7.3.jar | 158 KB |
openpojo-0.7.3-sources.jar | 138 KB |
openpojo-0.7.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.openpojo/openpojo/ -->
<dependency>
<groupId>com.googlecode.openpojo</groupId>
<artifactId>openpojo</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.openpojo/openpojo/
implementation 'com.googlecode.openpojo:openpojo:0.7.3'
// https://jarcasting.com/artifacts/com.googlecode.openpojo/openpojo/
implementation ("com.googlecode.openpojo:openpojo:0.7.3")
'com.googlecode.openpojo:openpojo:jar:0.7.3'
<dependency org="com.googlecode.openpojo" name="openpojo" rev="0.7.3">
<artifact name="openpojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.openpojo', module='openpojo', version='0.7.3')
)
libraryDependencies += "com.googlecode.openpojo" % "openpojo" % "0.7.3"
[com.googlecode.openpojo/openpojo "0.7.3"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.17 |
org.slf4j : slf4j-api Optional | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.7 |
junit : junit Optional | jar | 4.11 |
org.testng : testng Optional | jar | 6.8.8 |
org.ow2.asm : asm Optional | jar | 5.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all Optional | jar | 1.3 |