License |
License |
---|---|
GroupId | GroupIdcom.mikhaellopez |
ArtifactId | ArtifactIdcircularprogressbar |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCircularProgressBar
This is an Android project allowing to realize a circular ProgressBar in the simplest way possible.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>circularprogressbar</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation 'com.mikhaellopez:circularprogressbar:3.1.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation ("com.mikhaellopez:circularprogressbar:3.1.0")
'com.mikhaellopez:circularprogressbar:aar:3.1.0'
<dependency org="com.mikhaellopez" name="circularprogressbar" rev="3.1.0">
<artifact name="circularprogressbar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularprogressbar', version='3.1.0')
)
libraryDependencies += "com.mikhaellopez" % "circularprogressbar" % "3.1.0"
[com.mikhaellopez/circularprogressbar "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.61 |