не последняя версия
Последняя версия 2.0.3

com.github.adriankuta:tree-structure 2.0.2

Simple implementation to store object in tree structure.

Группа

Группа

com.github.adriankuta
Идентификатор

Идентификатор

tree-structure
Версия

Версия

2.0.2
Тип

Тип

aar

Скачать tree-structure 2.0.2


<!-- https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/ -->
<dependency>
    <groupId>com.github.adriankuta</groupId>
    <artifactId>tree-structure</artifactId>
    <version>2.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation 'com.github.adriankuta:tree-structure:2.0.2'
// https://jarcasting.com/artifacts/com.github.adriankuta/tree-structure/
implementation ("com.github.adriankuta:tree-structure:2.0.2")
'com.github.adriankuta:tree-structure:aar:2.0.2'
<dependency org="com.github.adriankuta" name="tree-structure" rev="2.0.2">
  <artifact name="tree-structure" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.adriankuta', module='tree-structure', version='2.0.2')
)
libraryDependencies += "com.github.adriankuta" % "tree-structure" % "2.0.2"
[com.github.adriankuta/tree-structure "2.0.2"]