is not current version
Last Version 2.0.3

com.github.adriankuta:tree-structure 1.0.3

Simple implementation to store object in tree structure.

GroupId

GroupId

com.github.adriankuta
ArtifactId

ArtifactId

tree-structure
Version

Version

1.0.3
Type

Type

aar

Download tree-structure 1.0.3


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