GroupId | GroupIdcom.mikhaellopez |
---|---|
ArtifactId | ArtifactIdcircularprogressbar |
Version | Version1.1.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>circularprogressbar</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation 'com.mikhaellopez:circularprogressbar:1.1.1'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularprogressbar/
implementation ("com.mikhaellopez:circularprogressbar:1.1.1")
'com.mikhaellopez:circularprogressbar:aar:1.1.1'
<dependency org="com.mikhaellopez" name="circularprogressbar" rev="1.1.1">
<artifact name="circularprogressbar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularprogressbar', version='1.1.1')
)
libraryDependencies += "com.mikhaellopez" % "circularprogressbar" % "1.1.1"
[com.mikhaellopez/circularprogressbar "1.1.1"]