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.2.pom download
library-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.filippudak.progresspieview</groupId>
  <artifactId>library</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.filippudak.progresspieview:library:1.0.2'
Gradle Kotlin
implementation("com.github.filippudak.progresspieview:library:1.0.2")
Scala SBT
libraryDependencies += "com.github.filippudak.progresspieview" % "library" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.filippudak.progresspieview', module='library', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.filippudak.progresspieview" name="library" rev="1.0.2" />
Leiningen
[com.github.filippudak.progresspieview/library "1.0.2"]
Apache Buildr
'com.github.filippudak.progresspieview:library:jar:1.0.2'