h

happytree

Java Object Model API to handle Java Objects in a tree structure. Be able to transform a linear structure of objects with a tree behavior into a real tree structure and handle them as if it were nodes in a tree.
https://happytreeapi.vercel.app/
MIT License
Diego Madson de Andrade Nóbrega
Files download
File Operation
happytree-1.0.0.jar download
happytree-1.0.0.pom download
happytree-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madzera.happytree</groupId>
  <artifactId>happytree</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.madzera.happytree:happytree:1.0.0'
Gradle Kotlin
implementation("com.madzera.happytree:happytree:1.0.0")
Scala SBT
libraryDependencies += "com.madzera.happytree" % "happytree" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.madzera.happytree', module='happytree', version='1.0.0')
)
Apache Ivy
<dependency org="com.madzera.happytree" name="happytree" rev="1.0.0" />
Leiningen
[com.madzera.happytree/happytree "1.0.0"]
Apache Buildr
'com.madzera.happytree:happytree:jar:1.0.0'
Dependencies