is not current version
Last Version 2.0.3

com.github.adriankuta:tree-structure 1.0

Simple implementation to store object in tree structure.

GroupId

GroupId

com.github.adriankuta
ArtifactId

ArtifactId

tree-structure
Version

Version

1.0
Type

Type

aar

Download tree-structure 1.0


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