is not current version
Last Version 11.1.1

org.controlsfx:controlsfx 8.0.5

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

GroupId

GroupId

org.controlsfx
ArtifactId

ArtifactId

controlsfx
Version

Version

8.0.5
Type

Type

jar

Download controlsfx 8.0.5


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