is not current version
Last Version 2.1.0

com.github.oowekyala.treeutils:tree-printers 2.0

A set of pretty printers for trees, any trees.

GroupId

GroupId

com.github.oowekyala.treeutils
ArtifactId

ArtifactId

tree-printers
Version

Version

2.0
Type

Type

jar

Download tree-printers 2.0


<!-- https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/ -->
<dependency>
    <groupId>com.github.oowekyala.treeutils</groupId>
    <artifactId>tree-printers</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/
implementation 'com.github.oowekyala.treeutils:tree-printers:2.0'
// https://jarcasting.com/artifacts/com.github.oowekyala.treeutils/tree-printers/
implementation ("com.github.oowekyala.treeutils:tree-printers:2.0")
'com.github.oowekyala.treeutils:tree-printers:jar:2.0'
<dependency org="com.github.oowekyala.treeutils" name="tree-printers" rev="2.0">
  <artifact name="tree-printers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oowekyala.treeutils', module='tree-printers', version='2.0')
)
libraryDependencies += "com.github.oowekyala.treeutils" % "tree-printers" % "2.0"
[com.github.oowekyala.treeutils/tree-printers "2.0"]