MVN

com.github.adriankuta : tree-structure

Maven & Gradle

Feb 22, 2023
1 usages
17 stars

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

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

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
tree-structure-3.0.1
3.0
tree-structure-3.0
2.1.x
tree-structure-2.1.0
2.0.x
tree-structure-2.0.3
tree-structure-2.0.2
tree-structure-2.0.0
1.2.x
tree-structure-1.2.3
tree-structure-1.2.2
tree-structure-1.2.1
tree-structure-1.2.0
1.1.x
tree-structure-1.1.0
1.0.x
tree-structure-1.0.6
tree-structure-1.0.5
tree-structure-1.0.4
tree-structure-1.0.3
tree-structure-1.0.2
tree-structure-1.0.1
1.0
tree-structure-1.0

How to add a dependency to Maven

Add the following com.github.adriankuta : tree-structure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.adriankuta : tree-structure gradle dependency to your build.gradle file:

implementation 'com.github.adriankuta:tree-structure:3.0.1'

Gradle Kotlin DSL: Add the following com.github.adriankuta : tree-structure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.adriankuta:tree-structure:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.adriankuta : tree-structure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.adriankuta" % "tree-structure" % "3.0.1"

Advertisement