Download progress-0.5.jar file - Jar p

Jar examples for p:progress

Description

DroidKit Progress: Implementation of Progress bars from Material Design

You can download jar file progress 0.5 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add progress-0.5.jar to your project.

<dependency>
   <groupId>com.droidkit</groupId>
   <artifactId>progress</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'com.droidkit', name: 'progress', version: '0.5'
libraryDependencies += "com.droidkit" % "progress" % "0.5"
<dependency org="com.droidkit" name="progress" rev="0.5"/>
@Grapes(@Grab(group='com.droidkit', module='progress', version='0.5'))
'com.droidkit:progress:jar:0.5'

Download

Click the following link to download the jar file.

progress-0.5-javadoc.jar
progress-0.5-sources.jar
progress-0.5.pom



Related Tutorials