is not current version
Last Version 0.4

com.github.born2snipe:cli-progress 0.2

This is a simple Java API for printing progress for CLI apps

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.born2snipe
ArtifactId

ArtifactId

cli-progress
Version

Version

0.2
Type

Type

jar

Download cli-progress 0.2


<!-- https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/ -->
<dependency>
    <groupId>com.github.born2snipe</groupId>
    <artifactId>cli-progress</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/
implementation 'com.github.born2snipe:cli-progress:0.2'
// https://jarcasting.com/artifacts/com.github.born2snipe/cli-progress/
implementation ("com.github.born2snipe:cli-progress:0.2")
'com.github.born2snipe:cli-progress:jar:0.2'
<dependency org="com.github.born2snipe" name="cli-progress" rev="0.2">
  <artifact name="cli-progress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='cli-progress', version='0.2')
)
libraryDependencies += "com.github.born2snipe" % "cli-progress" % "0.2"
[com.github.born2snipe/cli-progress "0.2"]