is not current version
Last Version 0.0.11

org.organicdesign.indented:Indented 0.0.8

Utilities for testing common Java contracts like equals(), hashCode(), and compareTo()

GroupId

GroupId

org.organicdesign.indented
ArtifactId

ArtifactId

Indented
Version

Version

0.0.8
Type

Type

jar

Download Indented 0.0.8


<!-- https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/ -->
<dependency>
    <groupId>org.organicdesign.indented</groupId>
    <artifactId>Indented</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/
implementation 'org.organicdesign.indented:Indented:0.0.8'
// https://jarcasting.com/artifacts/org.organicdesign.indented/Indented/
implementation ("org.organicdesign.indented:Indented:0.0.8")
'org.organicdesign.indented:Indented:jar:0.0.8'
<dependency org="org.organicdesign.indented" name="Indented" rev="0.0.8">
  <artifact name="Indented" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.organicdesign.indented', module='Indented', version='0.0.8')
)
libraryDependencies += "org.organicdesign.indented" % "Indented" % "0.0.8"
[org.organicdesign.indented/Indented "0.0.8"]