License |
License |
---|---|
GroupId | GroupIdcom.tasomaniac |
ArtifactId | ArtifactIdcontentloadingprogressdialog |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionContentLoadingProgressDialog Library
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tasomaniac/contentloadingprogressdialog/ -->
<dependency>
<groupId>com.tasomaniac</groupId>
<artifactId>contentloadingprogressdialog</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tasomaniac/contentloadingprogressdialog/
implementation 'com.tasomaniac:contentloadingprogressdialog:0.2'
// https://jarcasting.com/artifacts/com.tasomaniac/contentloadingprogressdialog/
implementation ("com.tasomaniac:contentloadingprogressdialog:0.2")
'com.tasomaniac:contentloadingprogressdialog:jar:0.2'
<dependency org="com.tasomaniac" name="contentloadingprogressdialog" rev="0.2">
<artifact name="contentloadingprogressdialog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tasomaniac', module='contentloadingprogressdialog', version='0.2')
)
libraryDependencies += "com.tasomaniac" % "contentloadingprogressdialog" % "0.2"
[com.tasomaniac/contentloadingprogressdialog "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.jakewharton.hugo : hugo-annotations | jar | 1.2.1 |