ASCIIGraph

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

Лицензия

Лицензия

Группа

Группа

com.mitchtalmadge
Идентификатор

Идентификатор

asciigraph
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

ASCIIGraph
A small Java library for producing nice looking ASCII line ╭┈╯ graphs.
Ссылка на сайт

Ссылка на сайт

https://github.com/MitchTalmadge/ASCIIGraph
Система контроля версий

Система контроля версий

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

Скачать asciigraph

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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. :)

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1