| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fengdai.compose |
| ArtifactId | ArtifactIdpulltorefresh |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionPullToRefresh library
Pull To Refresh layout for Jetpack Compose
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pulltorefresh-0.1.0.pom | |
| pulltorefresh-0.1.0-sources.jar | 5 KB |
| pulltorefresh-0.1.0-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fengdai.compose/pulltorefresh/ -->
<dependency>
<groupId>com.github.fengdai.compose</groupId>
<artifactId>pulltorefresh</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fengdai.compose/pulltorefresh/
implementation 'com.github.fengdai.compose:pulltorefresh:0.1.0'
// https://jarcasting.com/artifacts/com.github.fengdai.compose/pulltorefresh/
implementation ("com.github.fengdai.compose:pulltorefresh:0.1.0")
'com.github.fengdai.compose:pulltorefresh:aar:0.1.0'
<dependency org="com.github.fengdai.compose" name="pulltorefresh" rev="0.1.0">
<artifact name="pulltorefresh" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fengdai.compose', module='pulltorefresh', version='0.1.0')
)
libraryDependencies += "com.github.fengdai.compose" % "pulltorefresh" % "0.1.0"
[com.github.fengdai.compose/pulltorefresh "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.compose.foundation » foundation | jar | 1.1.1 |