License |
License |
---|---|
GroupId | GroupIdcom.droidkit |
ArtifactId | ArtifactIdprogress |
Version | Version0.5 |
Type | Typeaar |
Description |
DescriptionDroidKit Progress
DroidKit Progress: Implementation of Progress bars from Material Design
|
Project URL |
Project URL |
Filename | Size |
---|---|
progress-0.5.pom | |
progress-0.5.aar | 6 KB |
progress-0.5-sources.jar | 3 KB |
progress-0.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.droidkit/progress/ -->
<dependency>
<groupId>com.droidkit</groupId>
<artifactId>progress</artifactId>
<version>0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.droidkit/progress/
implementation 'com.droidkit:progress:0.5'
// https://jarcasting.com/artifacts/com.droidkit/progress/
implementation ("com.droidkit:progress:0.5")
'com.droidkit:progress:aar:0.5'
<dependency org="com.droidkit" name="progress" rev="0.5">
<artifact name="progress" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.droidkit', module='progress', version='0.5')
)
libraryDependencies += "com.droidkit" % "progress" % "0.5"
[com.droidkit/progress "0.5"]