License |
License |
---|---|
GroupId | GroupIdcom.github.johnkil.android-progressfragment |
ArtifactId | ArtifactIdprogressfragment |
Version | Version1.4.0 |
Type | Typeaar |
Description |
DescriptionProgressFragment Library
Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
progressfragment-1.4.0.pom | |
progressfragment-1.4.0.aar | 14 KB |
progressfragment-1.4.0-sources.jar | 10 KB |
progressfragment-1.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/ -->
<dependency>
<groupId>com.github.johnkil.android-progressfragment</groupId>
<artifactId>progressfragment</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/
implementation 'com.github.johnkil.android-progressfragment:progressfragment:1.4.0'
// https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/
implementation ("com.github.johnkil.android-progressfragment:progressfragment:1.4.0")
'com.github.johnkil.android-progressfragment:progressfragment:aar:1.4.0'
<dependency org="com.github.johnkil.android-progressfragment" name="progressfragment" rev="1.4.0">
<artifact name="progressfragment" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnkil.android-progressfragment', module='progressfragment', version='1.4.0')
)
libraryDependencies += "com.github.johnkil.android-progressfragment" % "progressfragment" % "1.4.0"
[com.github.johnkil.android-progressfragment/progressfragment "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » support-v4 | jar | 19.0.0 |