Fork from SmoothProgressbar for internal development of another UI library ...
License |
License |
---|---|
GroupId | GroupIdcom.hannesdorfmann |
ArtifactId | ArtifactIdcircleprogressview |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCircleProgressView
It's a progressbar UI component that looks similar to the android L progress bar (material design).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
circleprogressview-1.0.2.pom | |
circleprogressview-1.0.2.aar | 9 KB |
circleprogressview-1.0.2-sources.jar | 3 KB |
circleprogressview-1.0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/circleprogressview/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>circleprogressview</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/circleprogressview/
implementation 'com.hannesdorfmann:circleprogressview:1.0.2'
// https://jarcasting.com/artifacts/com.hannesdorfmann/circleprogressview/
implementation ("com.hannesdorfmann:circleprogressview:1.0.2")
'com.hannesdorfmann:circleprogressview:aar:1.0.2'
<dependency org="com.hannesdorfmann" name="circleprogressview" rev="1.0.2">
<artifact name="circleprogressview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='circleprogressview', version='1.0.2')
)
libraryDependencies += "com.hannesdorfmann" % "circleprogressview" % "1.0.2"
[com.hannesdorfmann/circleprogressview "1.0.2"]
Fork from SmoothProgressbar for internal development of another UI library ...