is not current version
Last Version 17-r1

org.jfxtras:jfxtras-controls 9.0-r1

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-controls
Version

Version

9.0-r1
Type

Type

jar

Download jfxtras-controls 9.0-r1


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