| GroupId | GroupIdcom.nambimobile.widgets |
|---|---|
| ArtifactId | ArtifactIdexpandable-fab |
| Version | Version0.9.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| expandable-fab-0.9.1.pom | |
| expandable-fab-0.9.1.aar | 94 KB |
| expandable-fab-0.9.1-sources.jar | 28 KB |
| expandable-fab-0.9.1-kdoc.jar | 82 KB |
| expandable-fab-0.9.1-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nambimobile.widgets/expandable-fab/ -->
<dependency>
<groupId>com.nambimobile.widgets</groupId>
<artifactId>expandable-fab</artifactId>
<version>0.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nambimobile.widgets/expandable-fab/
implementation 'com.nambimobile.widgets:expandable-fab:0.9.1'
// https://jarcasting.com/artifacts/com.nambimobile.widgets/expandable-fab/
implementation ("com.nambimobile.widgets:expandable-fab:0.9.1")
'com.nambimobile.widgets:expandable-fab:aar:0.9.1'
<dependency org="com.nambimobile.widgets" name="expandable-fab" rev="0.9.1">
<artifact name="expandable-fab" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nambimobile.widgets', module='expandable-fab', version='0.9.1')
)
libraryDependencies += "com.nambimobile.widgets" % "expandable-fab" % "0.9.1"
[com.nambimobile.widgets/expandable-fab "0.9.1"]