jotSRakhra.ProgressPrinter.1.0.0.source-code.module-info Maven / Gradle / Ivy
The newest version!
/**
* Module used to print and update progress of a process into the console.
*/
module io.github.NavjotSRakhra.progressPrinter {
exports io.github.NavjotSRakhra.progressPrinter;
}