GroupId | GroupIdcom.google.accompanist |
---|---|
ArtifactId | ArtifactIdaccompanist-swiperefresh |
Version | Version0.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-swiperefresh/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-swiperefresh</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-swiperefresh/
implementation 'com.google.accompanist:accompanist-swiperefresh:0.16.0'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-swiperefresh/
implementation ("com.google.accompanist:accompanist-swiperefresh:0.16.0")
'com.google.accompanist:accompanist-swiperefresh:jar:0.16.0'
<dependency org="com.google.accompanist" name="accompanist-swiperefresh" rev="0.16.0">
<artifact name="accompanist-swiperefresh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-swiperefresh', version='0.16.0')
)
libraryDependencies += "com.google.accompanist" % "accompanist-swiperefresh" % "0.16.0"
[com.google.accompanist/accompanist-swiperefresh "0.16.0"]