MVN

com.sshtools : slf4j-tty

Maven & Gradle

May 07, 2024
0 stars

SLF4J TTY · An SLF4J log provider that directly implements the SLF4J API and provides logging output suitable for console output (i.e. not to a file). The width of the output is restricted to the terminal width, with the possibility to split the width into multiple sections, each which may be a fixed width, or 'auto' which divides all remaining space amongst other automative sections. Any log attribute fields may then be placed in any of the sections with a particular alignment. Text will not overflow out of its section. Sections may be colour or styled with other text attributes, including hyperlinks for supported termins. Emoticons and other graphical sequences may be used in place of log levels. Configuration is achieved via 'ini' type files, which are reload automatically when changed.

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>slf4j-tty</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : slf4j-tty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.sshtools : slf4j-tty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
slf4j-tty-0.0.1

How to add a dependency to Maven

Add the following com.sshtools : slf4j-tty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>slf4j-tty</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sshtools : slf4j-tty gradle dependency to your build.gradle file:

implementation 'com.sshtools:slf4j-tty:0.0.1'

Gradle Kotlin DSL: Add the following com.sshtools : slf4j-tty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sshtools:slf4j-tty:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sshtools : slf4j-tty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sshtools" % "slf4j-tty" % "0.0.1"

Advertisement

Dependencies from Group

Aug 17, 2018
12 usages
Dec 01, 2022
11 usages
64 stars
Dec 01, 2022
8 usages
64 stars
May 06, 2016
5 usages
Dec 01, 2022
5 usages
64 stars

Discover Dependencies

May 07, 2024
90.3k stars
May 07, 2024
33.7k stars
May 07, 2024
14.9k stars
May 07, 2024
407 stars
May 07, 2024
688 stars
May 07, 2024
11 stars
May 07, 2024
930 stars
May 07, 2024
17.2k stars
May 07, 2024
1 stars