MVN

com.github.adriankuta : tree-structure-js

Maven & Gradle

Feb 22, 2023
17 stars

Tree Data Structure · Simple implementation to store object in tree structure.

<dependency>
    <groupId>com.github.adriankuta</groupId>
    <artifactId>tree-structure-js</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.adriankuta : tree-structure-js to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.adriankuta : tree-structure-js to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
tree-structure-js-3.0.1
3.0
tree-structure-js-3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.adriankuta</groupId>
    <artifactId>tree-structure-js</artifactId>
    <version>3.0.1</version>
</dependency>