T

TestUtils

Utilities for testing common Java contracts: equals(), hashCode(), and compareTo()
https://github.com/GlenKPeterson/TestUtils
The Apache License, Version 2.0
Glen K. Peterson
Files download
File Operation
TestUtils-1.0.3.jar download
TestUtils-1.0.3.pom download
TestUtils-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.organicdesign</groupId>
  <artifactId>TestUtils</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.organicdesign:TestUtils:1.0.3'
Gradle Kotlin
implementation("org.organicdesign:TestUtils:1.0.3")
Scala SBT
libraryDependencies += "org.organicdesign" % "TestUtils" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.organicdesign', module='TestUtils', version='1.0.3')
)
Apache Ivy
<dependency org="org.organicdesign" name="TestUtils" rev="1.0.3" />
Leiningen
[org.organicdesign/TestUtils "1.0.3"]
Apache Buildr
'org.organicdesign:TestUtils:jar:1.0.3'