e

eqHash

The one Java class / method you need to test your objects' equals() and hashCode() methods
https://github.com/poblish/EqHash
The Apache Software License, Version 2.0
Hiatus
Andrew Regan
Files download
File Operation
eqHash-1.1.0.jar download
eqHash-1.1.0.pom download
eqHash-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hiatusuk</groupId>
  <artifactId>eqHash</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.hiatusuk:eqHash:1.1.0'
Gradle Kotlin
implementation("org.hiatusuk:eqHash:1.1.0")
Scala SBT
libraryDependencies += "org.hiatusuk" % "eqHash" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hiatusuk', module='eqHash', version='1.1.0')
)
Apache Ivy
<dependency org="org.hiatusuk" name="eqHash" rev="1.1.0" />
Leiningen
[org.hiatusuk/eqHash "1.1.0"]
Apache Buildr
'org.hiatusuk:eqHash:jar:1.1.0'