MVN

com.tunjid.treenav : treenav-native

Maven & Gradle

Jan 06, 2022

treenav · A kotlin multiplatform experiment for representing app navigation with tree like data structures

<dependency>
    <groupId>com.tunjid.treenav</groupId>
    <artifactId>treenav-native</artifactId>
    <version>0.0.0-alpha01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tunjid.treenav : treenav-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0-alpha01
  • Latest Alpha: 0.0.0-alpha01

All Versions

Choose a version of com.tunjid.treenav : treenav-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
treenav-native-0.0.0-alpha01

How to add a dependency to Maven

Add the following com.tunjid.treenav : treenav-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tunjid.treenav</groupId>
    <artifactId>treenav-native</artifactId>
    <version>0.0.0-alpha01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tunjid.treenav : treenav-native gradle dependency to your build.gradle file:

implementation 'com.tunjid.treenav:treenav-native:0.0.0-alpha01'

Gradle Kotlin DSL: Add the following com.tunjid.treenav : treenav-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tunjid.treenav:treenav-native:0.0.0-alpha01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tunjid.treenav : treenav-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tunjid.treenav" % "treenav-native" % "0.0.0-alpha01"

Advertisement