is not current version
Last Version 0.2.0

com.github.stefanbirkner:jfortschritt 0.1.0

JFortschritt is a small library for writing progress bars to the command-line.

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

jfortschritt
Version

Version

0.1.0
Type

Type

jar

Download jfortschritt 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/jfortschritt/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>jfortschritt</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/jfortschritt/
implementation 'com.github.stefanbirkner:jfortschritt:0.1.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/jfortschritt/
implementation ("com.github.stefanbirkner:jfortschritt:0.1.0")
'com.github.stefanbirkner:jfortschritt:jar:0.1.0'
<dependency org="com.github.stefanbirkner" name="jfortschritt" rev="0.1.0">
  <artifact name="jfortschritt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='jfortschritt', version='0.1.0')
)
libraryDependencies += "com.github.stefanbirkner" % "jfortschritt" % "0.1.0"
[com.github.stefanbirkner/jfortschritt "0.1.0"]