is not current version
Last Version 1.0.1

io.github.androidpoet:dropdown 1.0.0

A customizable jetpack compose dropdown menu with cascade and animations.

GroupId

GroupId

io.github.androidpoet
ArtifactId

ArtifactId

dropdown
Version

Version

1.0.0
Type

Type

aar

Download dropdown 1.0.0


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