License |
License |
---|---|
GroupId | GroupIdcom.mikhaellopez |
ArtifactId | ArtifactIdcircularprogressbar |
Version | Version3.1.0 |
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 |
Filename | Size |
---|---|
circularprogressbar-3.1.0.pom | |
circularprogressbar-3.1.0.aar | 17 KB |
circularprogressbar-3.1.0-sources.jar | 611 bytes |
Browse |
<!-- 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 |