License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdcli-progress |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncli-progress
This is a simple Java API for printing progress for CLI apps
|
Project URL |
Project URL |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |