a

ascii-data

A small Java library for producing nice looking ASCII line-graphs and tables.
https://github.com/MitchTalmadge/ASCII-Data
Apache License, Version 2.0
Mitch Talmadge
Files download
File Operation
ascii-data-1.2.0.jar download
ascii-data-1.2.0.pom download
ascii-data-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mitchtalmadge</groupId>
  <artifactId>ascii-data</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.mitchtalmadge:ascii-data:1.2.0'
Gradle Kotlin
implementation("com.mitchtalmadge:ascii-data:1.2.0")
Scala SBT
libraryDependencies += "com.mitchtalmadge" % "ascii-data" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mitchtalmadge', module='ascii-data', version='1.2.0')
)
Apache Ivy
<dependency org="com.mitchtalmadge" name="ascii-data" rev="1.2.0" />
Leiningen
[com.mitchtalmadge/ascii-data "1.2.0"]
Apache Buildr
'com.mitchtalmadge:ascii-data:jar:1.2.0'
Dependencies