GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
---|---|
ArtifactId | ArtifactIdextras |
Version | Version0.5 |
Type | Typepom |
Filename | Size |
---|---|
extras-0.5.pom | 674 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/ -->
<dependency>
<groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
<artifactId>extras</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extras:0.5'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extras:0.5")
'com.github.chrisbanes.actionbarpulltorefresh:extras:pom:0.5'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extras" rev="0.5">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extras', version='0.5')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extras" % "0.5"
[com.github.chrisbanes.actionbarpulltorefresh/extras "0.5"]