MVN

com.openpojo : openpojo

Maven & Gradle

May 17, 2021
79 usages
151 stars

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.

<dependency>
    <groupId>com.openpojo</groupId>
    <artifactId>openpojo</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openpojo : openpojo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.openpojo : openpojo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
openpojo-0.9.1
openpojo-0.9.0
0.8.x
openpojo-0.8.13
openpojo-0.8.12
openpojo-0.8.11
openpojo-0.8.10
openpojo-0.8.9
openpojo-0.8.8
openpojo-0.8.7
openpojo-0.8.6
openpojo-0.8.5
openpojo-0.8.4
openpojo-0.8.3
openpojo-0.8.2
openpojo-0.8.1
openpojo-0.8.0
0.7.x
openpojo-0.7.5
openpojo-0.7.4
openpojo-0.7.3
openpojo-0.7.2
openpojo-0.7.1
openpojo-0.7.0

How to add a dependency to Maven

Add the following com.openpojo : openpojo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.openpojo</groupId>
    <artifactId>openpojo</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openpojo : openpojo gradle dependency to your build.gradle file:

implementation 'com.openpojo:openpojo:0.9.1'

Gradle Kotlin DSL: Add the following com.openpojo : openpojo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openpojo:openpojo:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openpojo : openpojo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openpojo" % "openpojo" % "0.9.1"

Advertisement

Dependencies from Group

May 17, 2021
79 usages
151 stars
Aug 07, 2018
5 stars
Feb 27, 2018
5 stars

Discover Dependencies

Feb 14, 2023
60 stars
Aug 14, 2023
9 usages
723 stars
Nov 17, 2018
2 usages
23.7k stars
Nov 17, 2018
7 usages
23.7k stars
Jul 14, 2016
101 usages
9.2k stars
Jul 14, 2016
88 usages
9.2k stars
Jul 14, 2016
177 usages
9.2k stars
Mar 23, 2023
177 stars
Oct 27, 2020
6 stars