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>
<groupId>dev.mccue</groupId>
<artifactId>progrock</artifactId>
<version>2023.08.30</version>
</dependency>
dependencies {
implementation("dev.mccue:progrock:2023.08.30")
}