| License |
License |
|---|---|
| GroupId | GroupIdio.github.rupinderjeet |
| ArtifactId | ArtifactIdkprogresshud |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
Descriptionkprogresshud
An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kprogresshud-1.0.0.pom | |
| kprogresshud-1.0.0-sources.jar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.rupinderjeet/kprogresshud/ -->
<dependency>
<groupId>io.github.rupinderjeet</groupId>
<artifactId>kprogresshud</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rupinderjeet/kprogresshud/
implementation 'io.github.rupinderjeet:kprogresshud:1.0.0'
// https://jarcasting.com/artifacts/io.github.rupinderjeet/kprogresshud/
implementation ("io.github.rupinderjeet:kprogresshud:1.0.0")
'io.github.rupinderjeet:kprogresshud:aar:1.0.0'
<dependency org="io.github.rupinderjeet" name="kprogresshud" rev="1.0.0">
<artifact name="kprogresshud" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.rupinderjeet', module='kprogresshud', version='1.0.0')
)
libraryDependencies += "io.github.rupinderjeet" % "kprogresshud" % "1.0.0"
[io.github.rupinderjeet/kprogresshud "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |