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