is not current version
Last Version 17-r1

org.jfxtras:jfxtras-parent 14-r1

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-parent
Version

Version

14-r1
Type

Type

jar

Download jfxtras-parent 14-r1


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