| GroupId | GroupIdcom.github.andremion |
|---|---|
| ArtifactId | ArtifactIdfloatingnavigationview |
| Version | Version1.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| floatingnavigationview-1.1.1.pom | |
| floatingnavigationview-1.1.1.aar | 35 KB |
| floatingnavigationview-1.1.1-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andremion/floatingnavigationview/ -->
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>floatingnavigationview</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andremion/floatingnavigationview/
implementation 'com.github.andremion:floatingnavigationview:1.1.1'
// https://jarcasting.com/artifacts/com.github.andremion/floatingnavigationview/
implementation ("com.github.andremion:floatingnavigationview:1.1.1")
'com.github.andremion:floatingnavigationview:aar:1.1.1'
<dependency org="com.github.andremion" name="floatingnavigationview" rev="1.1.1">
<artifact name="floatingnavigationview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.andremion', module='floatingnavigationview', version='1.1.1')
)
libraryDependencies += "com.github.andremion" % "floatingnavigationview" % "1.1.1"
[com.github.andremion/floatingnavigationview "1.1.1"]