Download progressbar-0.5.5.jar file - Jar p

Jar examples for p:progressbar

Description

A simple console-based progress bar for JVM

You can download jar file progressbar 0.5.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add progressbar-0.5.5.jar to your project.

<dependency>
   <groupId>me.tongfei</groupId>
   <artifactId>progressbar</artifactId>
   <version>0.5.5</version>
</dependency>
compile group: 'me.tongfei', name: 'progressbar', version: '0.5.5'
libraryDependencies += "me.tongfei" % "progressbar" % "0.5.5"
<dependency org="me.tongfei" name="progressbar" rev="0.5.5"/>
@Grapes(@Grab(group='me.tongfei', module='progressbar', version='0.5.5'))
'me.tongfei:progressbar:jar:0.5.5'

Download

Click the following link to download the jar file.

progressbar-0.5.5-javadoc.jar
progressbar-0.5.5-sources.jar
progressbar-0.5.5.jar
progressbar-0.5.5.pom



Related Tutorials