Download fab-1.0.5.jar file - Jar f

Jar examples for f:fab

Description

Floating Action Button implementation for Android

You can download jar file fab 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fab-1.0.5.jar to your project.

<dependency>
   <groupId>com.github.shell-software</groupId>
   <artifactId>fab</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.github.shell-software', name: 'fab', version: '1.0.5'
libraryDependencies += "com.github.shell-software" % "fab" % "1.0.5"
<dependency org="com.github.shell-software" name="fab" rev="1.0.5"/>
@Grapes(@Grab(group='com.github.shell-software', module='fab', version='1.0.5'))
'com.github.shell-software:fab:jar:1.0.5'

Download

Click the following link to download the jar file.

fab-1.0.5-javadoc.jar
fab-1.0.5-sources.jar
fab-1.0.5.pom



Related Tutorials