Skip to content

A functional Java progress bar for the command line

License

Notifications You must be signed in to change notification settings

bowbahdoe/progrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progrock

javadoc tests

A functional Java progress bar for the command line.

This is a translation of the Clojure library of the same name from the ever talented James Reeves.

Dependency Information

Maven

<dependency>
    <groupId>dev.mccue</groupId>
    <artifactId>progrock</artifactId>
    <version>2023.08.30</version>
</dependency>

Gradle

dependencies {
    implementation("dev.mccue:progrock:2023.08.30")
}

About

A functional Java progress bar for the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages