License |
License |
---|---|
GroupId | GroupIdme.tongfei |
ArtifactId | ArtifactIdprogressbar |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprogressbar
A terminal-based progress bar for JVM
|
Project URL |
Project URL |
Filename | Size |
---|---|
progressbar-0.9.3.pom | |
progressbar-0.9.3.jar | 21 KB |
progressbar-0.9.3-sources.jar | 12 KB |
progressbar-0.9.3-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tongfei/progressbar/ -->
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.tongfei/progressbar/
implementation 'me.tongfei:progressbar:0.9.3'
// https://jarcasting.com/artifacts/me.tongfei/progressbar/
implementation ("me.tongfei:progressbar:0.9.3")
'me.tongfei:progressbar:jar:0.9.3'
<dependency org="me.tongfei" name="progressbar" rev="0.9.3">
<artifact name="progressbar" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tongfei', module='progressbar', version='0.9.3')
)
libraryDependencies += "me.tongfei" % "progressbar" % "0.9.3"
[me.tongfei/progressbar "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline | jar | 3.21.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.slf4j : slf4j-simple | jar | 1.7.32 |