MVN

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

Maven & Gradle

Jan 06, 2019

text-tree-formatter · 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.

<dependency>
    <groupId>org.nocrala.tools.texttreeformatter</groupId>
    <artifactId>text-tree-formatter</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nocrala.tools.texttreeformatter : text-tree-formatter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.nocrala.tools.texttreeformatter : text-tree-formatter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
text-tree-formatter-1.1.1
1.0.x
text-tree-formatter-1.0.6.2
text-tree-formatter-1.0.6.1
text-tree-formatter-1.0.6
text-tree-formatter-1.0.5

How to add a dependency to Maven

Add the following org.nocrala.tools.texttreeformatter : text-tree-formatter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nocrala.tools.texttreeformatter</groupId>
    <artifactId>text-tree-formatter</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nocrala.tools.texttreeformatter : text-tree-formatter gradle dependency to your build.gradle file:

implementation 'org.nocrala.tools.texttreeformatter:text-tree-formatter:1.1.1'

Gradle Kotlin DSL: Add the following org.nocrala.tools.texttreeformatter : text-tree-formatter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nocrala.tools.texttreeformatter:text-tree-formatter:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nocrala.tools.texttreeformatter : text-tree-formatter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nocrala.tools.texttreeformatter" % "text-tree-formatter" % "1.1.1"