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-0.0.18.jar download
TestUtils-0.0.18.pom download
TestUtils-0.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.organicdesign</groupId>
  <artifactId>TestUtils</artifactId>
  <version>0.0.18</version>
</dependency>
Gradle Groovy
implementation 'org.organicdesign:TestUtils:0.0.18'
Gradle Kotlin
implementation("org.organicdesign:TestUtils:0.0.18")
Scala SBT
libraryDependencies += "org.organicdesign" % "TestUtils" % "0.0.18"
Groovy Grape
@Grapes(
  @Grab(group='org.organicdesign', module='TestUtils', version='0.0.18')
)
Apache Ivy
<dependency org="org.organicdesign" name="TestUtils" rev="0.0.18" />
Leiningen
[org.organicdesign/TestUtils "0.0.18"]
Apache Buildr
'org.organicdesign:TestUtils:jar:0.0.18'