не последняя версия
Последняя версия 0.9.3

me.tongfei:progressbar 0.4.0

A simple console-based progress bar for JVM

Группа

Группа

me.tongfei
Идентификатор

Идентификатор

progressbar
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать progressbar 0.4.0


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