ASCIIGraph

A small Java library for producing nice looking ASCII line ╭┈╯ graphs.

License

License

GroupId

GroupId

com.mitchtalmadge
ArtifactId

ArtifactId

asciigraph
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

ASCIIGraph
A small Java library for producing nice looking ASCII line ╭┈╯ graphs.
Project URL

Project URL

https://github.com/MitchTalmadge/ASCIIGraph
Source Code Management

Source Code Management

https://github.com/MitchTalmadge/ASCIIGraph/tree/master

Download asciigraph

How to add to project

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

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.0.3
1.0.2
1.0.1