Registry / utility / fansi-2-12

fansi-2-12

JSON →
library0.5.1javamavenunverified

Scala library for ANSI escape code manipulation in terminal output.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>fansi_2.12</artifactId> <version>0.5.1</version> </dependency>
INSTALL
IMPORT
SIG · FANSI-2-12
F
fansi-2-12
utilityjavav0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Str
fansi.Str

Create and render colored ANSI strings.

import fansi.Str; public class Example { public static void main(String[] args) { Str colored = fansi.Color.Red("Hello"); System.out.println(colored.render()); } }
Debug
Known issues
breakingThis is the Scala 2.12 version; use fansi_2.13 for Scala 2.13.
fix
Match the Scala version of your project.
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fansi-2-12 — mvn dependency:get fansi-2-12 · libregistry