License |
License |
---|---|
GroupId | GroupIdcom.github.nicolasjafelle |
ArtifactId | ArtifactIdexpandableview |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionExpandableView Library
ExpandableView is a View showing only a content and when clicked on it, it displays more content in a fashion way.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
expandableview-1.0.pom | |
expandableview-1.0.aar | 18 KB |
expandableview-1.0-sources.jar | 2 KB |
expandableview-1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/expandableview/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>expandableview</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/expandableview/
implementation 'com.github.nicolasjafelle:expandableview:1.0'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/expandableview/
implementation ("com.github.nicolasjafelle:expandableview:1.0")
'com.github.nicolasjafelle:expandableview:aar:1.0'
<dependency org="com.github.nicolasjafelle" name="expandableview" rev="1.0">
<artifact name="expandableview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='expandableview', version='1.0')
)
libraryDependencies += "com.github.nicolasjafelle" % "expandableview" % "1.0"
[com.github.nicolasjafelle/expandableview "1.0"]