| GroupId | GroupIdio.github.huhu2008 |
|---|---|
| ArtifactId | ArtifactIdrefreshlayout |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| refreshlayout-1.0.2.pom | |
| refreshlayout-1.0.2-sources.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.huhu2008/refreshlayout/ -->
<dependency>
<groupId>io.github.huhu2008</groupId>
<artifactId>refreshlayout</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.huhu2008/refreshlayout/
implementation 'io.github.huhu2008:refreshlayout:1.0.2'
// https://jarcasting.com/artifacts/io.github.huhu2008/refreshlayout/
implementation ("io.github.huhu2008:refreshlayout:1.0.2")
'io.github.huhu2008:refreshlayout:aar:1.0.2'
<dependency org="io.github.huhu2008" name="refreshlayout" rev="1.0.2">
<artifact name="refreshlayout" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.huhu2008', module='refreshlayout', version='1.0.2')
)
libraryDependencies += "io.github.huhu2008" % "refreshlayout" % "1.0.2"
[io.github.huhu2008/refreshlayout "1.0.2"]