is not current version
Last Version 1.4.0

com.github.johnkil.android-progressfragment:progressfragment 1.3

Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data

GroupId

GroupId

com.github.johnkil.android-progressfragment
ArtifactId

ArtifactId

progressfragment
Version

Version

1.3
Type

Type

aar

Download progressfragment 1.3


<!-- https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/ -->
<dependency>
    <groupId>com.github.johnkil.android-progressfragment</groupId>
    <artifactId>progressfragment</artifactId>
    <version>1.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/
implementation 'com.github.johnkil.android-progressfragment:progressfragment:1.3'
// https://jarcasting.com/artifacts/com.github.johnkil.android-progressfragment/progressfragment/
implementation ("com.github.johnkil.android-progressfragment:progressfragment:1.3")
'com.github.johnkil.android-progressfragment:progressfragment:aar:1.3'
<dependency org="com.github.johnkil.android-progressfragment" name="progressfragment" rev="1.3">
  <artifact name="progressfragment" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnkil.android-progressfragment', module='progressfragment', version='1.3')
)
libraryDependencies += "com.github.johnkil.android-progressfragment" % "progressfragment" % "1.3"
[com.github.johnkil.android-progressfragment/progressfragment "1.3"]