jcprogress

Java Console Progress Indicator. Provides a java library for easily displaying different progress indicators on the console.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

module
Описание

Описание

jcprogress
Java Console Progress Indicator. Provides a java library for easily displaying different progress indicators on the console.
Ссылка на сайт

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

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

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

https://github.com/pmairif/jcprogress

Скачать jcprogress

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.29

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

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

jcprogress

Java Console Progress Indicator

Provides a java library for easily displaying different progress indicators on the console.

getting started

Type ./gradlew jar to compile and run java -jar demo/build/libs/demo.jar to start a little demonstration (CTRL-C to abort)

The Code of the demonstration is in demo/src/main/java/com/github/pmairif/jcprogress/demo/ConsoleTest.java. More usage examples can be found in demo/.../ConsoleDemo.java, which can be started with java -cp demo/build/libs/demo.jar com.github.pmairif.jcprogress.demo.ConsoleDemo.

Have fun!

use in your project

via gradle:

implementation 'com.github.pmairif:jcprogress:1.0.0'

or maven:

<dependency>
  <groupId>com.github.pmairif</groupId>
  <artifactId>jcprogress</artifactId>
  <version>1.0.0</version>
</dependency>

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

Версия
1.0.0