p

pojomatic

Automatically provides configurable implementations of the equals(Object), hashCode() and toString() methods inherited from java.lang.Object
Files download
File Operation
pojomatic-2.2.1.jar download
pojomatic-2.2.1.pom download
pojomatic-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pojomatic</groupId>
  <artifactId>pojomatic</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.pojomatic:pojomatic:2.2.1'
Gradle Kotlin
implementation("org.pojomatic:pojomatic:2.2.1")
Scala SBT
libraryDependencies += "org.pojomatic" % "pojomatic" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.pojomatic', module='pojomatic', version='2.2.1')
)
Apache Ivy
<dependency org="org.pojomatic" name="pojomatic" rev="2.2.1" />
Leiningen
[org.pojomatic/pojomatic "2.2.1"]
Apache Buildr
'org.pojomatic:pojomatic:jar:2.2.1'