Registry / utility / asciitable

asciitable

JSON →
library0.3.2javamavenunverified

ASCII Table is a Java library for rendering ASCII tables with various formatting options and UTF-8 support.

<dependency> <groupId>de.vandermeer</groupId> <artifactId>asciitable</artifactId> <version>0.3.2</version> </dependency>
INSTALL
IMPORT
SIG · ASCIITABLE
A
asciitable
utilityjavav0.3.2
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.

AsciiTable
de.vandermeer.asciitable.AsciiTable

Creates a simple ASCII table with headers and a row.

import de.vandermeer.asciitable.AsciiTable; public class Quickstart { public static void main(String[] args) { AsciiTable table = new AsciiTable(); table.addRule(); table.addRow("Name", "Age"); table.addRule(); table.addRow("Alice", 30); table.addRule(); System.out.println(table.render()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Resources
asciitable — mvn dependency:get asciitable · libregistry