is not current version
Last Version 17-r1

org.jfxtras:jfxtras-menu 8.0-r5

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-menu
Version

Version

8.0-r5
Type

Type

jar

Download jfxtras-menu 8.0-r5


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