License |
License |
---|---|
GroupId | GroupIdcom.github.jorgecastilloprz |
ArtifactId | ArtifactIdexpandablepanel |
Version | Version1.0.4 |
Type | Typeaar |
Description |
DescriptionExpandablePanel library
Android library implementing expandable logic by drag for a topView in a vertical 2 views combo.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
expandablepanel-1.0.4.pom | |
expandablepanel-1.0.4.aar | 62 KB |
expandablepanel-1.0.4-sources.jar | 7 KB |
expandablepanel-1.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jorgecastilloprz/expandablepanel/ -->
<dependency>
<groupId>com.github.jorgecastilloprz</groupId>
<artifactId>expandablepanel</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jorgecastilloprz/expandablepanel/
implementation 'com.github.jorgecastilloprz:expandablepanel:1.0.4'
// https://jarcasting.com/artifacts/com.github.jorgecastilloprz/expandablepanel/
implementation ("com.github.jorgecastilloprz:expandablepanel:1.0.4")
'com.github.jorgecastilloprz:expandablepanel:aar:1.0.4'
<dependency org="com.github.jorgecastilloprz" name="expandablepanel" rev="1.0.4">
<artifact name="expandablepanel" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jorgecastilloprz', module='expandablepanel', version='1.0.4')
)
libraryDependencies += "com.github.jorgecastilloprz" % "expandablepanel" % "1.0.4"
[com.github.jorgecastilloprz/expandablepanel "1.0.4"]