is not current version
Last Version 11.1.1

org.controlsfx:controlsfx 9.0.0

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

GroupId

GroupId

org.controlsfx
ArtifactId

ArtifactId

controlsfx
Version

Version

9.0.0
Type

Type

jar

Download controlsfx 9.0.0


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