Progressbar¶
Progressbar
is a console-based progress bar for Java with minimal runtime overhead.
Installation¶
Depending on your build tool, add the following setting.
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>$VERSION</version>
</dependency>
compile 'me.tongfei:progressbar:$VERSION'
Getting started¶
import me.tongfei.progressbar.*;
And then refer to Declarative usage or Imperative usage, two flavors of using a progress bar.