Skip to content

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'

The newest $VERSION is Maven Central.

Getting started

import me.tongfei.progressbar.*;

And then refer to Declarative usage or Imperative usage, two flavors of using a progress bar.

Changelog

Changelog