tree-printer

Simple Java library for visualizing tree structures in the command line

License

License

GroupId

GroupId

hu.webarticum
ArtifactId

ArtifactId

tree-printer
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

tree-printer
Simple Java library for visualizing tree structures in the command line
Project URL

Project URL

https://github.com/davidsusu/tree-printer
Source Code Management

Source Code Management

https://github.com/davidsusu/tree-printer.git

Download tree-printer

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.3
1.2
1.1
1.0