is not current version
Last Version 0.1.1

com.github.madrapps:bubbles 0.1

An animated action menu that could hold any views (especially FloatingActionButton). The animation and the layout of the menu can be customized. This is an android library.

GroupId

GroupId

com.github.madrapps
ArtifactId

ArtifactId

bubbles
Version

Version

0.1
Type

Type

aar

Download bubbles 0.1


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