is not current version
Last Version 1.1.1

org.nocrala.tools.texttreeformatter:text-tree-formatter 1.0.5

This library generates text formatted trees, the old ASCII-like way, useful for text based output such as console output, or plain text log files.

Categories

Categories

ORM Data
GroupId

GroupId

org.nocrala.tools.texttreeformatter
ArtifactId

ArtifactId

text-tree-formatter
Version

Version

1.0.5
Type

Type

jar

Download text-tree-formatter 1.0.5


<!-- https://jarcasting.com/artifacts/org.nocrala.tools.texttreeformatter/text-tree-formatter/ -->
<dependency>
    <groupId>org.nocrala.tools.texttreeformatter</groupId>
    <artifactId>text-tree-formatter</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.texttreeformatter/text-tree-formatter/
implementation 'org.nocrala.tools.texttreeformatter:text-tree-formatter:1.0.5'
// https://jarcasting.com/artifacts/org.nocrala.tools.texttreeformatter/text-tree-formatter/
implementation ("org.nocrala.tools.texttreeformatter:text-tree-formatter:1.0.5")
'org.nocrala.tools.texttreeformatter:text-tree-formatter:jar:1.0.5'
<dependency org="org.nocrala.tools.texttreeformatter" name="text-tree-formatter" rev="1.0.5">
  <artifact name="text-tree-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.texttreeformatter', module='text-tree-formatter', version='1.0.5')
)
libraryDependencies += "org.nocrala.tools.texttreeformatter" % "text-tree-formatter" % "1.0.5"
[org.nocrala.tools.texttreeformatter/text-tree-formatter "1.0.5"]