Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdcircular-progress-view |
Version | Version1.3.4 |
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.3.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/circular-progress-view/
implementation 'com.github.guilhe:circular-progress-view:1.3.4'
// https://jarcasting.com/artifacts/com.github.guilhe/circular-progress-view/
implementation ("com.github.guilhe:circular-progress-view:1.3.4")
'com.github.guilhe:circular-progress-view:aar:1.3.4'
<dependency org="com.github.guilhe" name="circular-progress-view" rev="1.3.4">
<artifact name="circular-progress-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='circular-progress-view', version='1.3.4')
)
libraryDependencies += "com.github.guilhe" % "circular-progress-view" % "1.3.4"
[com.github.guilhe/circular-progress-view "1.3.4"]