Download library-circular-1.3.0.jar file - Jar l

Jar examples for l:library-circular

Description

Android Library to make smooth circular indeterminate progress bars

You can download jar file library-circular 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add library-circular-1.3.0.jar to your project.

<dependency>
   <groupId>com.github.castorflex.smoothprogressbar</groupId>
   <artifactId>library-circular</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'com.github.castorflex.smoothprogressbar', name: 'library-circular', version: '1.3.0'
libraryDependencies += "com.github.castorflex.smoothprogressbar" % "library-circular" % "1.3.0"
<dependency org="com.github.castorflex.smoothprogressbar" name="library-circular" rev="1.3.0"/>
@Grapes(@Grab(group='com.github.castorflex.smoothprogressbar', module='library-circular', version='1.3.0'))
'com.github.castorflex.smoothprogressbar:library-circular:jar:1.3.0'

Download

Click the following link to download the jar file.

library-circular-1.3.0-javadoc.jar
library-circular-1.3.0-sources.jar
library-circular-1.3.0.pom



Related Tutorials