pullrefresh

基于jetpack compose实现的下拉刷新

License

License

GroupId

GroupId

io.github.chalilayang
ArtifactId

ArtifactId

pullrefresh
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

pullrefresh
基于jetpack compose实现的下拉刷新
Project URL

Project URL

https://github.com/chalilayang/PullRefresh
Source Code Management

Source Code Management

https://github.com/chalilayang/PullRefresh/tree/master

Download pullrefresh

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
androidx.core » core-ktx jar 1.7.0
androidx.compose.ui » ui jar 1.1.1
androidx.compose.material » material jar 1.1.1
androidx.compose.ui » ui-tooling-preview jar 1.1.1
androidx.lifecycle » lifecycle-runtime-ktx jar 2.4.1
androidx.activity » activity-compose jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0