is not current version
Last Version 0.4

com.github.born2snipe:cli-progress 0.3

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.3
Type

Type

jar

Download cli-progress 0.3


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