ASCII-Data

A small Java library for producing nice looking ASCII line-graphs and tables.

License

License

Categories

Categories

Data
GroupId

GroupId

com.mitchtalmadge
ArtifactId

ArtifactId

ascii-data
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

ASCII-Data
A small Java library for producing nice looking ASCII line-graphs and tables.
Project URL

Project URL

https://github.com/MitchTalmadge/ASCII-Data
Source Code Management

Source Code Management

https://github.com/MitchTalmadge/ASCII-Data/tree/master

Download ascii-data

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ASCII-Data

GitHub license Build Status GitHub issues

A small Java library for producing nice looking text-based line-graphs and tables. (Not necessarily in ASCII).

Installation, Usage, Help, and more!

Please view the Wiki! You'll find everything you need to get started using this library. :)

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.0