is not current version
Last Version 3.6

net.christophermerrill:FancyFxTree 3.5

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.

Categories

Categories

Net
GroupId

GroupId

net.christophermerrill
ArtifactId

ArtifactId

FancyFxTree
Version

Version

3.5
Type

Type

jar

Download FancyFxTree 3.5


<!-- https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/ -->
<dependency>
    <groupId>net.christophermerrill</groupId>
    <artifactId>FancyFxTree</artifactId>
    <version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation 'net.christophermerrill:FancyFxTree:3.5'
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation ("net.christophermerrill:FancyFxTree:3.5")
'net.christophermerrill:FancyFxTree:jar:3.5'
<dependency org="net.christophermerrill" name="FancyFxTree" rev="3.5">
  <artifact name="FancyFxTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.christophermerrill', module='FancyFxTree', version='3.5')
)
libraryDependencies += "net.christophermerrill" % "FancyFxTree" % "3.5"
[net.christophermerrill/FancyFxTree "3.5"]