MVN

info.unterrainer.java.tools.reporting : console-progressbar

Maven & Gradle

Jan 11, 2016
4 stars

ConsoleProgressBar · A progress bar for console applications.

<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>console-progressbar</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.unterrainer.java.tools.reporting : console-progressbar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of info.unterrainer.java.tools.reporting : console-progressbar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
console-progressbar-0.2

How to add a dependency to Maven

Add the following info.unterrainer.java.tools.reporting : console-progressbar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>console-progressbar</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.unterrainer.java.tools.reporting : console-progressbar gradle dependency to your build.gradle file:

implementation 'info.unterrainer.java.tools.reporting:console-progressbar:0.2'

Gradle Kotlin DSL: Add the following info.unterrainer.java.tools.reporting : console-progressbar gradle kotlin dependency to your build.gradle.kts file:

implementation("info.unterrainer.java.tools.reporting:console-progressbar:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.unterrainer.java.tools.reporting : console-progressbar sbt scala dependency to your build.sbt file:

libraryDependencies += "info.unterrainer.java.tools.reporting" % "console-progressbar" % "0.2"

Advertisement