I

Indented

Make debugging methods whose String output compiles to valid Java or Kotlin and is pretty-print indented for easy reading.
https://github.com/GlenKPeterson/Indented
The Apache License, Version 2.0
Glen K. Peterson
Files download
File Operation
Indented-0.0.13.jar download
Indented-0.0.13.pom download
Indented-0.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.organicdesign</groupId>
  <artifactId>Indented</artifactId>
  <version>0.0.13</version>
</dependency>
Gradle Groovy
implementation 'org.organicdesign:Indented:0.0.13'
Gradle Kotlin
implementation("org.organicdesign:Indented:0.0.13")
Scala SBT
libraryDependencies += "org.organicdesign" % "Indented" % "0.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.organicdesign', module='Indented', version='0.0.13')
)
Apache Ivy
<dependency org="org.organicdesign" name="Indented" rev="0.0.13" />
Leiningen
[org.organicdesign/Indented "0.0.13"]
Apache Buildr
'org.organicdesign:Indented:jar:0.0.13'