is not current version
Last Version 11.1.1

org.controlsfx:controlsfx 8.40.14

High quality UI controls and other tools to complement the core JavaFX distribution

GroupId

GroupId

org.controlsfx
ArtifactId

ArtifactId

controlsfx
Version

Version

8.40.14
Type

Type

jar

Download controlsfx 8.40.14


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