MVN

net.christophermerrill : FancyFxTree

Maven & Gradle

Apr 23, 2020
12 stars

FancyFxTree · An extension of JavaFX TreeView that makes it easy to implement a sophisticated tree with editing, drag-n-drop, dynamic updates without designing your data model around the TreeView expectations.

<dependency>
    <groupId>net.christophermerrill</groupId>
    <artifactId>FancyFxTree</artifactId>
    <version>3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.christophermerrill : FancyFxTree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6

All Versions

Choose a version of net.christophermerrill : FancyFxTree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6
FancyFxTree-3.6
3.5
FancyFxTree-3.5
3.4
FancyFxTree-3.4
3.3
FancyFxTree-3.3
3.2
FancyFxTree-3.2
3.1
FancyFxTree-3.1
3.0
FancyFxTree-3.0
1.0
FancyFxTree-1.0

How to add a dependency to Maven

Add the following net.christophermerrill : FancyFxTree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.christophermerrill</groupId>
    <artifactId>FancyFxTree</artifactId>
    <version>3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.christophermerrill : FancyFxTree gradle dependency to your build.gradle file:

implementation 'net.christophermerrill:FancyFxTree:3.6'

Gradle Kotlin DSL: Add the following net.christophermerrill : FancyFxTree gradle kotlin dependency to your build.gradle.kts file:

implementation("net.christophermerrill:FancyFxTree:3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.christophermerrill : FancyFxTree sbt scala dependency to your build.sbt file:

libraryDependencies += "net.christophermerrill" % "FancyFxTree" % "3.6"

Advertisement