Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdcircular-progress-view |
Version | Version1.4.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/circular-progress-view/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>circular-progress-view</artifactId>
<version>1.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/circular-progress-view/
implementation 'com.github.guilhe:circular-progress-view:1.4.1'
// https://jarcasting.com/artifacts/com.github.guilhe/circular-progress-view/
implementation ("com.github.guilhe:circular-progress-view:1.4.1")
'com.github.guilhe:circular-progress-view:aar:1.4.1'
<dependency org="com.github.guilhe" name="circular-progress-view" rev="1.4.1">
<artifact name="circular-progress-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='circular-progress-view', version='1.4.1')
)
libraryDependencies += "com.github.guilhe" % "circular-progress-view" % "1.4.1"
[com.github.guilhe/circular-progress-view "1.4.1"]