is not current version
Last Version 3.1.0

com.mikhaellopez:circularprogressbar 1.1.0

This is an Android project allowing to realize a circular ProgressBar in the simplest way possible.

GroupId

GroupId

com.mikhaellopez
ArtifactId

ArtifactId

circularprogressbar
Version

Version

1.1.0
Type

Type

aar

Download circularprogressbar 1.1.0


<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/ -->
<dependency>
    <groupId>com.mikhaellopez</groupId>
    <artifactId>circularprogressbar</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation 'com.mikhaellopez:circularprogressbar:1.1.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation ("com.mikhaellopez:circularprogressbar:1.1.0")
'com.mikhaellopez:circularprogressbar:aar:1.1.0'
<dependency org="com.mikhaellopez" name="circularprogressbar" rev="1.1.0">
  <artifact name="circularprogressbar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularprogressbar', version='1.1.0')
)
libraryDependencies += "com.mikhaellopez" % "circularprogressbar" % "1.1.0"
[com.mikhaellopez/circularprogressbar "1.1.0"]