GroupId | GroupIdcom.telly |
---|---|
ArtifactId | ArtifactIdfloatingaction |
Version | Version0.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
floatingaction-0.0.5.pom | |
floatingaction-0.0.5.aar | 55 KB |
floatingaction-0.0.5-sources.jar | 261 bytes |
floatingaction-0.0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.telly/floatingaction/ -->
<dependency>
<groupId>com.telly</groupId>
<artifactId>floatingaction</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.telly/floatingaction/
implementation 'com.telly:floatingaction:0.0.5'
// https://jarcasting.com/artifacts/com.telly/floatingaction/
implementation ("com.telly:floatingaction:0.0.5")
'com.telly:floatingaction:aar:0.0.5'
<dependency org="com.telly" name="floatingaction" rev="0.0.5">
<artifact name="floatingaction" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.telly', module='floatingaction', version='0.0.5')
)
libraryDependencies += "com.telly" % "floatingaction" % "0.0.5"
[com.telly/floatingaction "0.0.5"]