Registry / utility / pprint-2-13

pprint-2-13

JSON →
library0.9.6javamavenunverified

Pretty-printing library for Scala, providing readable and colorful output of data structures.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>pprint_2.13</artifactId> <version>0.9.6</version> </dependency>
INSTALL
IMPORT
SIG · PPRINT-2-13
P
pprint-2-13
utilityjavav0.9.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PPrinter
pprint.PPrinter

Pretty-printing a map with PPrint.

import pprint.PPrinter object Example { def main(args: Array[String]): Unit = { val data = Map("key" -> List(1, 2, 3)) println(PPrinter.BlackWhite(data)) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pprint-2-13 — mvn dependency:get pprint-2-13 · libregistry