is not current version
Last Version 1.2.0

com.github.freva:ascii-table 1.1.0

Simple ASCII tables for Java.

Categories

Categories

ASCII Table User Interface CLI
GroupId

GroupId

com.github.freva
ArtifactId

ArtifactId

ascii-table
Version

Version

1.1.0
Type

Type

jar

Download ascii-table 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.freva/ascii-table/ -->
<dependency>
    <groupId>com.github.freva</groupId>
    <artifactId>ascii-table</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freva/ascii-table/
implementation 'com.github.freva:ascii-table:1.1.0'
// https://jarcasting.com/artifacts/com.github.freva/ascii-table/
implementation ("com.github.freva:ascii-table:1.1.0")
'com.github.freva:ascii-table:jar:1.1.0'
<dependency org="com.github.freva" name="ascii-table" rev="1.1.0">
  <artifact name="ascii-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freva', module='ascii-table', version='1.1.0')
)
libraryDependencies += "com.github.freva" % "ascii-table" % "1.1.0"
[com.github.freva/ascii-table "1.1.0"]