l

library

Android library for showing progress in a highly customizable pie
https://github.com/FilipPudak/ProgressPieView
The Apache Software License, Version 2.0
Filip Pudak
Files download
File Operation
library-1.0.4.pom download
library-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.filippudak.progresspieview</groupId>
  <artifactId>library</artifactId>
  <version>1.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.filippudak.progresspieview:library:1.0.4'
Gradle Kotlin
implementation("com.github.filippudak.progresspieview:library:1.0.4")
Scala SBT
libraryDependencies += "com.github.filippudak.progresspieview" % "library" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.filippudak.progresspieview', module='library', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.filippudak.progresspieview" name="library" rev="1.0.4" />
Leiningen
[com.github.filippudak.progresspieview/library "1.0.4"]
Apache Buildr
'com.github.filippudak.progresspieview:library:jar:1.0.4'