GroupId | GroupIdcom.github.chrisbanes.actionbarpulltorefresh |
---|---|
ArtifactId | ArtifactIdextra-abc |
Version | Version0.7.1 |
Type | Typeaar |
Filename | Size |
---|---|
extra-abc-0.7.1.pom | |
extra-abc-0.7.1.aar | 8 KB |
extra-abc-0.7.1-sources.jar | 3 KB |
extra-abc-0.7.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abc/ -->
<dependency>
<groupId>com.github.chrisbanes.actionbarpulltorefresh</groupId>
<artifactId>extra-abc</artifactId>
<version>0.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abc/
implementation 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:0.7.1'
// https://jarcasting.com/artifacts/com.github.chrisbanes.actionbarpulltorefresh/extra-abc/
implementation ("com.github.chrisbanes.actionbarpulltorefresh:extra-abc:0.7.1")
'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:aar:0.7.1'
<dependency org="com.github.chrisbanes.actionbarpulltorefresh" name="extra-abc" rev="0.7.1">
<artifact name="extra-abc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.actionbarpulltorefresh', module='extra-abc', version='0.7.1')
)
libraryDependencies += "com.github.chrisbanes.actionbarpulltorefresh" % "extra-abc" % "0.7.1"
[com.github.chrisbanes.actionbarpulltorefresh/extra-abc "0.7.1"]