is not current version
Last Version 17-r1

org.jfxtras:jfxtras-menu 8.0-r6

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-menu
Version

Version

8.0-r6
Type

Type

jar

Download jfxtras-menu 8.0-r6


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