| GroupId | GroupIdcom.karumi |
|---|---|
| ArtifactId | ArtifactIdexpandableselector |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| expandableselector-1.0.0.pom | |
| expandableselector-1.0.0.aar | 18 KB |
| expandableselector-1.0.0-sources.jar | 10 KB |
| expandableselector-1.0.0-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.karumi/expandableselector/ -->
<dependency>
<groupId>com.karumi</groupId>
<artifactId>expandableselector</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.karumi/expandableselector/
implementation 'com.karumi:expandableselector:1.0.0'
// https://jarcasting.com/artifacts/com.karumi/expandableselector/
implementation ("com.karumi:expandableselector:1.0.0")
'com.karumi:expandableselector:aar:1.0.0'
<dependency org="com.karumi" name="expandableselector" rev="1.0.0">
<artifact name="expandableselector" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.karumi', module='expandableselector', version='1.0.0')
)
libraryDependencies += "com.karumi" % "expandableselector" % "1.0.0"
[com.karumi/expandableselector "1.0.0"]