is not current version
Last Version 1.6.4

com.github.clans:fab 1.6.3

Floating Action Button implementation for Android

GroupId

GroupId

com.github.clans
ArtifactId

ArtifactId

fab
Version

Version

1.6.3
Type

Type

aar

Download fab 1.6.3


<!-- https://jarcasting.com/artifacts/com.github.clans/fab/ -->
<dependency>
    <groupId>com.github.clans</groupId>
    <artifactId>fab</artifactId>
    <version>1.6.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.clans/fab/
implementation 'com.github.clans:fab:1.6.3'
// https://jarcasting.com/artifacts/com.github.clans/fab/
implementation ("com.github.clans:fab:1.6.3")
'com.github.clans:fab:aar:1.6.3'
<dependency org="com.github.clans" name="fab" rev="1.6.3">
  <artifact name="fab" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.clans', module='fab', version='1.6.3')
)
libraryDependencies += "com.github.clans" % "fab" % "1.6.3"
[com.github.clans/fab "1.6.3"]