| License |
License
The MIT License (MIT)
|
|---|---|
| GroupId | GroupIdcom.github.traex.expandablelayout |
| ArtifactId | ArtifactIdlibrary |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionExpandableLayout Library
Allow user to click on button and expand a content
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-1.3.pom | |
| library-1.3.aar | 18 KB |
| library-1.3-sources.jar | 6 KB |
| library-1.3-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/ -->
<dependency>
<groupId>com.github.traex.expandablelayout</groupId>
<artifactId>library</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/
implementation 'com.github.traex.expandablelayout:library:1.3'
// https://jarcasting.com/artifacts/com.github.traex.expandablelayout/library/
implementation ("com.github.traex.expandablelayout:library:1.3")
'com.github.traex.expandablelayout:library:aar:1.3'
<dependency org="com.github.traex.expandablelayout" name="library" rev="1.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.traex.expandablelayout', module='library', version='1.3')
)
libraryDependencies += "com.github.traex.expandablelayout" % "library" % "1.3"
[com.github.traex.expandablelayout/library "1.3"]