| License |
License |
|---|---|
| GroupId | GroupIdcom.karumi |
| ArtifactId | ArtifactIdexpandableselector |
| Version | Version1.1.0 |
| Type | Typeaar |
| Description |
DescriptionExpandableSelector
ExpandableSelector is an Android library created to show a list of Button/ImageButton widgets inside a animated container which can be collapsed or expanded.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| expandableselector-1.1.0.pom | |
| expandableselector-1.1.0.aar | 18 KB |
| expandableselector-1.1.0-sources.jar | 10 KB |
| expandableselector-1.1.0-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.karumi/expandableselector/ -->
<dependency>
<groupId>com.karumi</groupId>
<artifactId>expandableselector</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.karumi/expandableselector/
implementation 'com.karumi:expandableselector:1.1.0'
// https://jarcasting.com/artifacts/com.karumi/expandableselector/
implementation ("com.karumi:expandableselector:1.1.0")
'com.karumi:expandableselector:aar:1.1.0'
<dependency org="com.karumi" name="expandableselector" rev="1.1.0">
<artifact name="expandableselector" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.karumi', module='expandableselector', version='1.1.0')
)
libraryDependencies += "com.karumi" % "expandableselector" % "1.1.0"
[com.karumi/expandableselector "1.1.0"]