License |
License |
---|---|
GroupId | GroupIdio.github.chalilayang |
ArtifactId | ArtifactIdpullrefresh |
Version | Version1.0.3 |
Type | Typeaar |
Description |
Descriptionpullrefresh
基于jetpack compose实现的下拉刷新
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pullrefresh-1.0.3.pom | |
pullrefresh-1.0.3-sources.jar | 5 KB |
Browse |
<!-- 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"]
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 |