| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.guaishoun |
| Идентификатор | Идентификаторgyso-treeview |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеgyso-treeview
A custom tree view for Android, designed for easy drawing some tree nodes (e.g. think mind and tree nodes). Includes smoothly zoom, move, limit and center fix animation support, and allows easy extension so you can add your own child node's customs view and touch event detection.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gyso-treeview-1.0.1.pom | |
| gyso-treeview-1.0.1-sources.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.guaishoun/gyso-treeview/ -->
<dependency>
<groupId>io.github.guaishoun</groupId>
<artifactId>gyso-treeview</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.guaishoun/gyso-treeview/
implementation 'io.github.guaishoun:gyso-treeview:1.0.1'
// https://jarcasting.com/artifacts/io.github.guaishoun/gyso-treeview/
implementation ("io.github.guaishoun:gyso-treeview:1.0.1")
'io.github.guaishoun:gyso-treeview:aar:1.0.1'
<dependency org="io.github.guaishoun" name="gyso-treeview" rev="1.0.1">
<artifact name="gyso-treeview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.guaishoun', module='gyso-treeview', version='1.0.1')
)
libraryDependencies += "io.github.guaishoun" % "gyso-treeview" % "1.0.1"
[io.github.guaishoun/gyso-treeview "1.0.1"]