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