| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.born2snipe |
| Идентификатор | Идентификаторcli-progress |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcli-progress
This is a simple Java API for printing progress for CLI apps
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cli-progress-0.4.pom | |
| cli-progress-0.4.jar | 9 KB |
| cli-progress-0.4-sources.jar | 6 KB |
| cli-progress-0.4-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>cli-progress</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/
implementation 'com.github.born2snipe:cli-progress:0.4'
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/
implementation ("com.github.born2snipe:cli-progress:0.4")
'com.github.born2snipe:cli-progress:jar:0.4'
<dependency org="com.github.born2snipe" name="cli-progress" rev="0.4">
<artifact name="cli-progress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='cli-progress', version='0.4')
)
libraryDependencies += "com.github.born2snipe" % "cli-progress" % "0.4"
[com.github.born2snipe/cli-progress "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |