MVN

org.webjars.bowergithub.mar10 : fancytree

Maven & Gradle

Nov 24, 2019
2.7k stars

jquery.fancytree · WebJar for jquery.fancytree

<dependency>
    <groupId>org.webjars.bowergithub.mar10</groupId>
    <artifactId>fancytree</artifactId>
    <version>2.33.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.mar10 : fancytree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.33.0

All Versions

Choose a version of org.webjars.bowergithub.mar10 : fancytree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.33.x
fancytree-2.33.0
2.30.x
fancytree-2.30.0
2.29.x
fancytree-2.29.1
2.28.x
fancytree-2.28.1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.mar10 : fancytree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.mar10</groupId>
    <artifactId>fancytree</artifactId>
    <version>2.33.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.mar10 : fancytree gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.mar10:fancytree:2.33.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.mar10 : fancytree gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.mar10:fancytree:2.33.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.mar10 : fancytree sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.mar10" % "fancytree" % "2.33.0"