is not current version
Last Version 17-r1

org.jfxtras:jfxtras-fxml 8.0-r2

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-fxml
Version

Version

8.0-r2
Type

Type

jar

Download jfxtras-fxml 8.0-r2


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