j

jfortschritt

JFortschritt is a small library for writing progress bars to the command-line.
https://github.com/stefanbirkner/jfortschritt
MIT License
Stefan Birkner
Files download
File Operation
jfortschritt-0.2.0.jar download
jfortschritt-0.2.0.pom download
jfortschritt-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>jfortschritt</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:jfortschritt:0.2.0'
Gradle Kotlin
implementation("com.github.stefanbirkner:jfortschritt:0.2.0")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "jfortschritt" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='jfortschritt', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="jfortschritt" rev="0.2.0" />
Leiningen
[com.github.stefanbirkner/jfortschritt "0.2.0"]
Apache Buildr
'com.github.stefanbirkner:jfortschritt:jar:0.2.0'
Dependencies
The project has no third-party dependencies