File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ for console based Java applications.
88
99The inspiration came from visionmedia's [ node-progress] [ 1 ] .
1010
11- [ ![ Build Status] ( https://secure.travis-ci.org/raszi/java-progressbar.png?branch=master )] ( http://travis-ci.org/raszi/java-progressbar )
11+ [ ![ Build Status] ( https://travis-ci.org/raszi/java-progressbar.svg?branch=master )] ( https://travis-ci.org/raszi/java-progressbar )
12+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/hu.ssh/java-progressbar.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:%22hu.ssh%22%20AND%20a:%22java-progressbar%22 )
13+
14+ ``` xml
15+ <dependency >
16+ <groupId >hu.ssh</groupId >
17+ <artifactId >java-progressbar</artifactId >
18+ <version >0.1.0</version >
19+ </dependency >
20+ ```
1221
1322## Usage
1423
You can’t perform that action at this time.
0 commit comments