| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nicolasjafelle |
| Идентификатор | Идентификаторexpandableview |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеExpandableView Library
ExpandableView is a View showing only a content and when clicked on it, it displays more content in a fashion way.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| expandableview-1.0.pom | |
| expandableview-1.0.aar | 18 KB |
| expandableview-1.0-sources.jar | 2 KB |
| expandableview-1.0-javadoc.jar | 38 KB |
| Обзор |
<!-- 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"]