is not current version
Last Version 2.0.0

hu.webarticum:tree-printer 1.1

Simple Java library for visualizing tree structures in the command line

GroupId

GroupId

hu.webarticum
ArtifactId

ArtifactId

tree-printer
Version

Version

1.1
Type

Type

jar

Download tree-printer 1.1


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