is not current version
Last Version 17-r1

org.jfxtras:jfxtras-window 8.0-r4

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-window
Version

Version

8.0-r4
Type

Type

jar

Download jfxtras-window 8.0-r4


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