GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
---|---|
ArtifactId | ArtifactIdextras |
Version | Version0.4 |
Type | Typepom |
Filename | Size |
---|---|
extras-0.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extras:0.4'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extras/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extras:0.4")
'com.github.chrisbanes.actionbarpulltorefresh:extras:pom:0.4'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extras" rev="0.4">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extras', version='0.4')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extras" % "0.4"
[com.github.chrisbanes.actionbarpulltorefresh/extras "0.4"]