MVN

org.nasdanika.html : jstree

Maven & Gradle

Aug 26, 2023
2 usages
4 stars

Nasdanika HTML JsTree · Classes for generating JsTree nodes and context menus.

<dependency>
    <groupId>org.nasdanika.html</groupId>
    <artifactId>jstree</artifactId>
    <version>2023.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nasdanika.html : jstree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.8.0

All Versions

Choose a version of org.nasdanika.html : jstree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.8.x
jstree-2023.8.0
2023.4.x
jstree-2023.4.0
2023.3.x
jstree-2023.3.0
2023.2.x
jstree-2023.2.2
jstree-2023.2.1
jstree-2023.2.0
2023.1.x
jstree-2023.1.3
jstree-2023.1.2
jstree-2023.1.1
jstree-2023.1.0
2022.10.x
jstree-2022.10.0
2022.9.x
jstree-2022.9.0
2022.8.x
jstree-2022.8.0
2022.7.x
jstree-2022.7.0
2022.6.x
jstree-2022.6.1
jstree-2022.6.0
2022.5.x
jstree-2022.5.3
jstree-2022.5.2
jstree-2022.5.1
jstree-2022.5.0
2022.4.x
jstree-2022.4.1
jstree-2022.4.0
2022.3.x
jstree-2022.3.1
jstree-2022.3.0
2022.2.x
jstree-2022.2.1
jstree-2022.2.0
2022.1.x
jstree-2022.1.4
jstree-2022.1.3
jstree-2022.1.2
jstree-2022.1.1
jstree-2022.1.0
2021.12.x
jstree-2021.12.2
jstree-2021.12.1
jstree-2021.12.0
2021.11.x
jstree-2021.11.1
jstree-2021.11.0
2021.10.x
jstree-2021.10.4
jstree-2021.10.3
jstree-2021.10.2
jstree-2021.10.1
jstree-2021.10.0
2021.9.x
jstree-2021.9.0
2021.7.x
jstree-2021.7.3
jstree-2021.7.2
jstree-2021.7.1
jstree-2021.7.0
2021.6.x
jstree-2021.6.7
jstree-2021.6.6
jstree-2021.6.5
jstree-2021.6.4
jstree-2021.6.3
jstree-2021.6.2
jstree-2021.6.1
jstree-2021.6.0
2021.5.x
jstree-2021.5.12
jstree-2021.5.11
jstree-2021.5.10
jstree-2021.5.9
jstree-2021.5.8
jstree-2021.5.7
jstree-2021.5.6
jstree-2021.5.5
jstree-2021.5.4
jstree-2021.5.2
jstree-2021.5.1
jstree-2021.5.0
2021.4.x
jstree-2021.4.3
jstree-2021.4.2
jstree-2021.4.1
jstree-2021.4.0
2021.3.x
jstree-2021.3.1
jstree-2021.3.0
2021.2.x
jstree-2021.2.1
jstree-2021.2.0
2021.1.x
jstree-2021.1.2
jstree-2021.1.1
jstree-2021.1.0
2020.12.x
jstree-2020.12.0
2020.8.x
jstree-2020.8.2

How to add a dependency to Maven

Add the following org.nasdanika.html : jstree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nasdanika.html</groupId>
    <artifactId>jstree</artifactId>
    <version>2023.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nasdanika.html : jstree gradle dependency to your build.gradle file:

implementation 'org.nasdanika.html:jstree:2023.8.0'

Gradle Kotlin DSL: Add the following org.nasdanika.html : jstree gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nasdanika.html:jstree:2023.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nasdanika.html : jstree sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nasdanika.html" % "jstree" % "2023.8.0"

Advertisement