is not current version
Last Version 2.0.1

com.afollestad:material-cab 1.0.1

 An Android & Kotlin library for placing and manipulating Contextual Action Bars in your UI.

GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

material-cab
Version

Version

1.0.1
Type

Type

aar

Download material-cab 1.0.1


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