l

library-circular

Android Library to make smooth circular indeterminate progress bars
https://github.com/castorflex/SmoothProgressBar
The Apache Software License, Version 2.0
Antoine Merle
Files download
File Operation
library-circular-1.3.0.pom download
library-circular-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.castorflex.smoothprogressbar</groupId>
  <artifactId>library-circular</artifactId>
  <version>1.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.castorflex.smoothprogressbar:library-circular:1.3.0'
Gradle Kotlin
implementation("com.github.castorflex.smoothprogressbar:library-circular:1.3.0")
Scala SBT
libraryDependencies += "com.github.castorflex.smoothprogressbar" % "library-circular" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.castorflex.smoothprogressbar', module='library-circular', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.castorflex.smoothprogressbar" name="library-circular" rev="1.3.0" />
Leiningen
[com.github.castorflex.smoothprogressbar/library-circular "1.3.0"]
Apache Buildr
'com.github.castorflex.smoothprogressbar:library-circular:jar:1.3.0'