| Лицензия |
Лицензия
The MIT License (MIT)
|
|---|---|
| Группа | Группаcom.github.traex.expandablelayout |
| Идентификатор | Идентификаторlibrary |
| Версия | Версия1.3 |
| Тип | Типaar |
| Описание |
ОписаниеExpandableLayout Library
Allow user to click on button and expand a content
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| library-1.3.pom | |
| library-1.3.aar | 18 KB |
| library-1.3-sources.jar | 6 KB |
| library-1.3-javadoc.jar | 55 KB |
| Обзор |
<!-- 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"]