MVN

io.github.yuitosato : kotlin-tree

Maven & Gradle

Jul 29, 2023
30 stars

kotlin-tree · Kotlin Declarative APIs for Multi-way Tree Data.

<dependency>
    <groupId>io.github.yuitosato</groupId>
    <artifactId>kotlin-tree</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yuitosato : kotlin-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of io.github.yuitosato : kotlin-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
kotlin-tree-1.5.0
1.4.x
kotlin-tree-1.4.2
kotlin-tree-1.4.1-TEST1
kotlin-tree-1.4.1
kotlin-tree-1.4.1-TEST
kotlin-tree-1.4.0
1.3.x
kotlin-tree-1.3.0
1.2.x
kotlin-tree-1.2.0
1.1.x
kotlin-tree-1.1.0
1.0.x
kotlin-tree-1.0.0
0.0.x
kotlin-tree-0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.yuitosato</groupId>
    <artifactId>kotlin-tree</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yuitosato : kotlin-tree gradle dependency to your build.gradle file:

implementation 'io.github.yuitosato:kotlin-tree:1.5.0'

Gradle Kotlin DSL: Add the following io.github.yuitosato : kotlin-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yuitosato:kotlin-tree:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yuitosato : kotlin-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yuitosato" % "kotlin-tree" % "1.5.0"