p

prettyprinter

Classes that gets and prints class attributes
https://github.com/idozahavy/PrettyPrinter
MIT License
Ido Zahavy
Files download
File Operation
prettyprinter-0.1.4.jar download
prettyprinter-0.1.4.pom download
prettyprinter-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.idozahavy</groupId>
  <artifactId>prettyprinter</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.idozahavy:prettyprinter:0.1.4'
Gradle Kotlin
implementation("com.github.idozahavy:prettyprinter:0.1.4")
Scala SBT
libraryDependencies += "com.github.idozahavy" % "prettyprinter" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.idozahavy', module='prettyprinter', version='0.1.4')
)
Apache Ivy
<dependency org="com.github.idozahavy" name="prettyprinter" rev="0.1.4" />
Leiningen
[com.github.idozahavy/prettyprinter "0.1.4"]
Apache Buildr
'com.github.idozahavy:prettyprinter:jar:0.1.4'
Dependencies