is not current version
Last Version 1.0.3

com.mitchtalmadge:asciigraph 1.0.1

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

GroupId

GroupId

com.mitchtalmadge
ArtifactId

ArtifactId

asciigraph
Version

Version

1.0.1
Type

Type

jar

Download asciigraph 1.0.1


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